Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-09 | bind ^Xg to gotoline by default | Theo de Raadt | |
2002-09-28 | use rescan, not NULL, since ^X-t is not a prefix | Theo de Raadt | |
2002-09-26 | activate the two key sequences for undo again; ok art henning | Theo de Raadt | |
2002-06-27 | seems c-x c-q is for the vc- mode. remove it. | Vincent Labrecque | |
2002-06-27 | bind C-x C-q to toggle-read-only, just like emacs. | Vincent Labrecque | |
ok deraadt@ | |||
2002-05-29 | zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like | Vincent Labrecque | |
i need more studying of emacs' keybindings :-) ok art@ (i guess that's what "vincent, zap out the keybinding" meant) | |||
2002-05-29 | add a function to visit a file read-only mapped to C-x C-v | Vincent Labrecque | |
ok art@ | |||
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-03-01 | disable undo until it is fixed to be (1) correct and (2) not crash like it ↵ | Theo de Raadt | |
does now | |||
2002-02-21 | ^Xu is also an undo char | Theo de Raadt | |
2002-02-20 | bind C-_ to undo. | Artur Grabowski | |
2002-02-08 | more gosmacs | Theo de Raadt | |
2001-05-24 | No need for those extra maps now. | Artur Grabowski | |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski | |
2001-05-24 | Break out function -> name mappings to an own file. | Artur Grabowski | |
Add a possibility to dynamically extend the function table. | |||
2001-05-23 | functnames can be const, some spaces | Michael Shalayeff | |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski | |
2001-05-23 | export "fundamental_map" that points to the fundamental keymap | Artur Grabowski | |
2001-05-23 | No need to export nfunct and functnames now that help doesn't use them | Artur Grabowski | |
anymore. nfunct isn't used anywhere. | |||
2001-05-23 | kill complete_function. Not used anymore. | Artur Grabowski | |
2001-05-23 | Get rid of 'prefix' and use NULL instead. | Artur Grabowski | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller | |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller | |
needs hand fixup. I stopped at keymap.c... | |||
2000-03-03 | Reverse rutgers change (attachtoparent vs. spawncli) | Todd C. Miller | |
New ttreinit function that enters application mode, enables the keypad and resets the tty size. New spawn module that calls tttidy() to exit application mode (and cleanup) then calls ttreinit() after resume to get back into application mode. Assumes we have job control. This takes advantage of the xterm 'alternate screen'. | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |