Age | Commit message (Expand) | Author |
---|---|---|
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 |