Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum | |
They have not compiled for numerous years. ok kjell@ millert@ | |||
2012-03-28 | The Delete key should delete the character to the right of the cursor. | lum | |
Posted to tech@ by Han Boetes from a bug report submitted to debian by Peter De Wachter (Bug#661732), via Trent W. Buck. No objections from tech@ | |||
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-04-03 | This is a no binary change which does: | David Berghoff | |
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | |||
2004-07-08 | make lint happier; vincent ok | Theo de Raadt | |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2002-02-21 | remove a wrapper around getenv() | Theo de Raadt | |
2001-05-24 | spaces | Michael Shalayeff | |
2001-05-23 | Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")' | Artur Grabowski | |
were used. | |||
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-12 | If no 'begin' key on keypad, use 'home' instead since PC keyboards | Todd C. Miller | |
have 'home', not 'begin'. | |||
2000-02-27 | Move dobindkey() into extend.c where it belongs. | Todd C. Miller | |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller | |
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown) | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |