summaryrefslogtreecommitdiff
path: root/usr.bin/mg/ttykbd.c
AgeCommit message (Collapse)Author
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
They have not compiled for numerous years. ok kjell@ millert@
2012-03-28The 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-14Add explicit public domain notices to all public domain files.Kjell Wooding
ok millert@, deraadt@
2005-04-03This 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-08make lint happier; vincent okTheo de Raadt
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
OK vincent@
2002-02-21remove a wrapper around getenv()Theo de Raadt
2001-05-24spacesMichael Shalayeff
2001-05-23Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'Artur Grabowski
were used.
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
needs hand fixup. I stopped at keymap.c...
2000-03-12If no 'begin' key on keypad, use 'home' instead since PC keyboardsTodd C. Miller
have 'home', not 'begin'.
2000-02-27Move dobindkey() into extend.c where it belongs.Todd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown)
2000-02-25initial import of mg2aTheo de Raadt