| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 1 | -4/+4 |
| | | | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | 9term: make 9term -l invoke $SHELL with -l | Russ Cox | 2018-11-14 | 1 | -1/+6 |
| | | |||||
| * | 9term: Set TERM_PROGRAM to termprog | Martin Kühl | 2018-03-23 | 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. | ||||
| * | 9term: re-enable sys: child note for child processes | Russ Cox | 2017-11-27 | 1 | -0/+1 |
| | | | | | | | Fixes #6. Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb | ||||
| * | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 2013-08-06 | 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 | ||||
| * | 9term, win: better echo cancellation | Russ Cox | 2010-09-03 | 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 | ||||
| * | merge | Russ Cox | 2009-06-09 | 1 | -1/+1 |
| | | |||||
| * | different login shell | rsc | 2006-01-18 | 1 | -2/+11 |
| | | |||||
| * | back to -i | rsc | 2006-01-18 | 1 | -1/+1 |
| | | |||||
| * | login shell | rsc | 2006-01-18 | 1 | -1/+1 |
| | | |||||
| * | stupid signal fix | rsc | 2005-07-21 | 1 | -1/+10 |
| | | |||||
| * | lets try hold mode in raw mode | rsc | 2005-07-13 | 1 | -1/+7 |
| | | |||||
| * | fixes for openbsd | rsc | 2005-01-11 | 1 | -1/+0 |
| | | |||||
| * | debugging for sam, and an old fix forgotten | rsc | 2005-01-07 | 1 | -0/+1 |
| | | |||||
| * | make work with new thread library | rsc | 2004-12-26 | 1 | -7/+17 |
| | | |||||
| * | Continue the pthreads torture. | rsc | 2004-09-21 | 1 | -2/+24 |
| | | |||||
| * | clean up when finished. | rsc | 2004-04-19 | 1 | -4/+3 |
| | | |||||
| * | make echoing work. | rsc | 2004-04-16 | 1 | -14/+9 |
| | | |||||
| * | 9term manages to turn off echo at the right times under SunOS ? | rsc | 2004-04-15 | 1 | -4/+16 |
| | | |||||
| * | Remove debugging echos. | rsc | 2004-03-26 | 1 | -6/+1 |
| | | |||||
| * | SunOS can rot in hell. | rsc | 2004-03-26 | 1 | -1/+6 |
| | | |||||
| * | Darwin support. | rsc | 2004-03-26 | 1 | -1/+1 |
| | | |||||
| * | Today's changes. | rsc | 2004-03-25 | 1 | -0/+51 |
| More changes. | |||||
