Age | Commit message (Expand) | Author |
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 |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | more pruning | Theo de Raadt |
2000-02-25 | further pruning | Theo de Raadt |
2000-02-25 | mandoc, but needs much more fleshing out | Theo de Raadt |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |