summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/rcstart.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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 -lRuss Cox2018-11-141-1/+6
|
* 9term: Set TERM_PROGRAM to termprogMartin Kühl2018-03-231-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 processesRuss Cox2017-11-271-0/+1
| | | | | | Fixes #6. Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
* 9term: set TERM=dumb instead of TERM=9termRuss Cox2013-08-061-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 cancellationRuss Cox2010-09-031-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
* mergeRuss Cox2009-06-091-1/+1
|
* different login shellrsc2006-01-181-2/+11
|
* back to -irsc2006-01-181-1/+1
|
* login shellrsc2006-01-181-1/+1
|
* stupid signal fixrsc2005-07-211-1/+10
|
* lets try hold mode in raw modersc2005-07-131-1/+7
|
* fixes for openbsdrsc2005-01-111-1/+0
|
* debugging for sam, and an old fix forgottenrsc2005-01-071-0/+1
|
* make work with new thread libraryrsc2004-12-261-7/+17
|
* Continue the pthreads torture.rsc2004-09-211-2/+24
|
* clean up when finished.rsc2004-04-191-4/+3
|
* make echoing work.rsc2004-04-161-14/+9
|
* 9term manages to turn off echo at the right times under SunOS ?rsc2004-04-151-4/+16
|
* Remove debugging echos.rsc2004-03-261-6/+1
|
* SunOS can rot in hell.rsc2004-03-261-1/+6
|
* Darwin support.rsc2004-03-261-1/+1
|
* Today's changes.rsc2004-03-251-0/+51
More changes.