summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2001-05-23No need to export nfunct and functnames now that help doesn't use themArtur Grabowski
2001-05-23Call it 'C-SPC', not 'NUL'. Less confusing.Artur Grabowski
2001-05-23Simplify a lot of code in the help functions.Artur Grabowski
2001-05-23export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...Artur Grabowski
2001-05-23When a key is bound to selfinsert, it shouldn't be considered to be boundArtur Grabowski
2001-05-23There is no need to use name_mode when all we use from the mode is the map.Artur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23Deal with another strangeness caused by the abuse of theArtur Grabowski
2001-05-23Add an argument to doscan which is a pointer to a KEYMAP pointer.Artur Grabowski
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23complt already has code to finish the completion from a list.Artur Grabowski
2001-05-23remove unused defineArtur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-05-23Creatively use addlinef when listing buffers (C-X-C-B).Artur Grabowski
2001-05-23Don't include the trailing NUL in output.Artur Grabowski
2001-05-23It's unnecessary to have addline as a function. Make it a macro.Artur Grabowski
2001-05-23Add addlinef that's an addline with printf-style format arguments.Artur Grabowski
2001-05-23When showing the matching paren, don't sleep for one second, use ttwaitArtur Grabowski
2001-05-04Cleanups in filename and buffer name handling.Artur Grabowski
2001-05-04Qick fix for an overflow in C-X C-B.Artur Grabowski
2001-05-03Fix another annoying feature in mg. When I try to use the keypad toArtur Grabowski
2001-05-03Add a delay (in miliseconds) argument to ttwait.Artur Grabowski
2001-05-03 * Let make_file_list always append a '/' at the end of directories.Artur Grabowski
2001-05-01Use opendir/readdir instead of open/read when making a file list.Artur Grabowski
2001-05-01raise the file name and buffer name sizesArtur Grabowski
2001-04-11"Amonst" -> "Amongst"Brandon Creighton
2001-02-12goto-line 0 should go to the beginning of the file, not the end;Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-24Don't use rename to backup the file to a ~ file. We need to make aTodd C. Miller
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-25o check that we are on a tty (and bail if not)Todd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-12If no 'begin' key on keypad, use 'home' instead since PC keyboardsTodd C. Miller
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-03Reverse rutgers change (attachtoparent vs. spawncli)Todd C. Miller
2000-03-02add missing return valueTodd C. Miller
2000-03-02Use a char, not a char[1] in ttgetc and cast the return value to int.Todd C. Miller
2000-03-02Reorganize to be more like the BSD version + KNFTodd C. Miller
2000-02-29some key binding examplesTheo de Raadt
2000-02-29some binding informationTheo de Raadt
2000-02-29Better backwards regexp searching. POSIX regexp's don't really giveTodd C. Miller
2000-02-29Kill old gnuemacs regex code--we now use POSIX regexTodd C. Miller
2000-02-29regex.cTodd C. Miller
2000-02-29Make reverse searching work.Todd C. Miller
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
2000-02-28Lots of obvious clean-up, but needs more work.Aaron Campbell
2000-02-27make this compile on systems w/o TCSASOFTTodd C. Miller