Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 1 | -0/+1 | |
Everyone seems to assume that TERM != dumb implies ANSI escape codes are okay. In fact, many people assume that unconditionally, but it is easier to argue back about TERM=dumb than TERM=9term. This applies to acme win too, because they share the code. Set termprog=9term or termprog=win for clients who need to know. R=rsc CC=r https://codereview.appspot.com/12532043 | |||||
2010-09-03 | 9term, win: better echo cancellation | Russ Cox | 1 | -1/+3 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
2006-01-18 | different login shell | rsc | 1 | -0/+1 | |
2005-08-11 | Generate interrupt key (according to terminal settings) | rsc | 1 | -0/+1 | |
when user presses DEL. | |||||
2004-04-19 | clean up when finished. | rsc | 1 | -0/+1 | |
2004-04-16 | make echoing work. | rsc | 1 | -1/+1 | |
2004-04-15 | 9term manages to turn off echo at the right times under SunOS ? | rsc | 1 | -1/+3 | |
2004-03-25 | Today's changes. | rsc | 1 | -0/+5 | |
More changes. |