Age | Commit message (Expand) | Author |
2006-04-03 | few more int that can become a size_t | Theo de Raadt |
2006-04-03 | lint love; ok kjell | Theo de Raadt |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2003-12-04 | fix sign extension bug that broke meta key support | Vincent Labrecque |
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque |
2002-09-15 | KNF | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-03-28 | Fix bug I introduced in previous commit. | Todd C. Miller |
2002-03-27 | Fix write() loop in ttflush(). Pointed out by vincent@ | Todd C. Miller |
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller |
2002-02-21 | signal-safe window size changing | Theo de Raadt |
2002-01-10 | Clean up tty resizing code. | Artur Grabowski |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-05-03 | Add a delay (in miliseconds) argument to ttwait. | Artur Grabowski |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
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-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-27 | make this compile on systems w/o TCSASOFT | Todd C. Miller |
2000-02-27 | Better setting of terminal 'raw' mode, cribbed from BSD curses. | Todd C. Miller |
2000-02-27 | Call setttysize() from ttinit() not ttopen() since we haven't | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | further pruning | Theo de Raadt |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |