Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-23 | 9term: Set TERM_PROGRAM to termprog | Martin Kühl | 1 | -0/+1 | |
TERM_PROGRAM is the customary way to identify which kind of terminal emulator program one uses on macOS. This change sets TERM_PROGRAM to termprog since both variables are used for the same purpose. | |||||
2017-11-27 | 9term: re-enable sys: child note for child processes | Russ Cox | 1 | -0/+1 | |
Fixes #6. Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb | |||||
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 1 | -1/+10 | |
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 | -2/+70 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
2009-06-09 | merge | Russ Cox | 1 | -1/+1 | |
2006-01-18 | different login shell | rsc | 1 | -2/+11 | |
2006-01-18 | back to -i | rsc | 1 | -1/+1 | |
2006-01-18 | login shell | rsc | 1 | -1/+1 | |
2005-07-21 | stupid signal fix | rsc | 1 | -1/+10 | |
2005-07-13 | lets try hold mode in raw mode | rsc | 1 | -1/+7 | |
2005-01-11 | fixes for openbsd | rsc | 1 | -1/+0 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 1 | -0/+1 | |
2004-12-26 | make work with new thread library | rsc | 1 | -7/+17 | |
2004-09-21 | Continue the pthreads torture. | rsc | 1 | -2/+24 | |
2004-04-19 | clean up when finished. | rsc | 1 | -4/+3 | |
2004-04-16 | make echoing work. | rsc | 1 | -14/+9 | |
2004-04-15 | 9term manages to turn off echo at the right times under SunOS ? | rsc | 1 | -4/+16 | |
2004-03-26 | Remove debugging echos. | rsc | 1 | -6/+1 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -1/+6 | |
2004-03-26 | Darwin support. | rsc | 1 | -1/+1 | |
2004-03-25 | Today's changes. | rsc | 1 | -0/+51 | |
More changes. |