Age | Commit message (Expand) | Author |
2001-05-23 | Add an argument to doscan which is a pointer to a KEYMAP pointer. | Artur Grabowski |
2001-05-23 | kill complete_function. Not used anymore. | Artur Grabowski |
2001-05-23 | complt already has code to finish the completion from a list. | Artur Grabowski |
2001-05-23 | remove unused define | Artur Grabowski |
2001-05-23 | Get rid of 'prefix' and use NULL instead. | Artur Grabowski |
2001-05-23 | Creatively use addlinef when listing buffers (C-X-C-B). | Artur Grabowski |
2001-05-23 | Don't include the trailing NUL in output. | Artur Grabowski |
2001-05-23 | It's unnecessary to have addline as a function. Make it a macro. | Artur Grabowski |
2001-05-23 | Add addlinef that's an addline with printf-style format arguments. | Artur Grabowski |
2001-05-23 | When showing the matching paren, don't sleep for one second, use ttwait | Artur Grabowski |
2001-05-04 | Cleanups in filename and buffer name handling. | Artur Grabowski |
2001-05-04 | Qick fix for an overflow in C-X C-B. | Artur Grabowski |
2001-05-03 | Fix another annoying feature in mg. When I try to use the keypad to | Artur Grabowski |
2001-05-03 | Add 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-01 | Use opendir/readdir instead of open/read when making a file list. | Artur Grabowski |
2001-05-01 | raise the file name and buffer name sizes | Artur Grabowski |
2001-04-11 | "Amonst" -> "Amongst" | Brandon Creighton |
2001-02-12 | goto-line 0 should go to the beginning of the file, not the end; | Todd C. Miller |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-24 | Don't use rename to backup the file to a ~ file. We need to make a | Todd C. Miller |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-07-25 | o check that we are on a tty (and bail if not) | Todd C. Miller |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-12 | If no 'begin' key on keypad, use 'home' instead since PC keyboards | Todd C. Miller |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-03 | Reverse rutgers change (attachtoparent vs. spawncli) | Todd C. Miller |
2000-03-02 | add missing return value | Todd C. Miller |
2000-03-02 | Use a char, not a char[1] in ttgetc and cast the return value to int. | Todd C. Miller |
2000-03-02 | Reorganize to be more like the BSD version + KNF | Todd C. Miller |
2000-02-29 | some key binding examples | Theo de Raadt |
2000-02-29 | some binding information | Theo de Raadt |
2000-02-29 | Better backwards regexp searching. POSIX regexp's don't really give | Todd C. Miller |
2000-02-29 | Kill old gnuemacs regex code--we now use POSIX regex | Todd C. Miller |
2000-02-29 | regex.c | Todd C. Miller |
2000-02-29 | Make reverse searching work. | Todd C. Miller |
2000-02-28 | Use POSIX extended regular expressions. | Todd C. Miller |
2000-02-28 | Lots of obvious clean-up, but needs more work. | Aaron Campbell |
2000-02-27 | make this compile on systems w/o TCSASOFT | Todd C. Miller |
2000-02-27 | Don't define -DDO_METAKEY twice | Todd C. Miller |
2000-02-27 | Better setting of terminal 'raw' mode, cribbed from BSD curses. | Todd C. Miller |
2000-02-27 | Move dobindkey() into extend.c where it belongs. | Todd C. Miller |
2000-02-27 | Remove a now-bogus comment | Todd C. Miller |
2000-02-27 | use rmdir, not unlinkdir hack | Todd C. Miller |
2000-02-27 | Call setttysize() from ttinit() not ttopen() since we haven't | Todd C. Miller |
2000-02-27 | We don't have silly SYSV 14-character file name limits. Taken from | Todd C. Miller |
2000-02-26 | Use uid_t, gid_t and mode_t where applicable. | Todd C. Miller |