aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/rcstart.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2018-11-149term: make 9term -l invoke $SHELL with -lRuss Cox1-1/+6
2018-03-239term: Set TERM_PROGRAM to termprogMartin Kühl1-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-279term: re-enable sys: child note for child processesRuss Cox1-0/+1
Fixes #6. Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
2013-08-069term: set TERM=dumb instead of TERM=9termRuss Cox1-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-039term, win: better echo cancellationRuss Cox1-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-09mergeRuss Cox1-1/+1
2006-01-18different login shellrsc1-2/+11
2006-01-18back to -irsc1-1/+1
2006-01-18login shellrsc1-1/+1
2005-07-21stupid signal fixrsc1-1/+10
2005-07-13lets try hold mode in raw modersc1-1/+7
2005-01-11fixes for openbsdrsc1-1/+0
2005-01-07debugging for sam, and an old fix forgottenrsc1-0/+1
2004-12-26make work with new thread libraryrsc1-7/+17
2004-09-21Continue the pthreads torture.rsc1-2/+24
2004-04-19clean up when finished.rsc1-4/+3
2004-04-16make echoing work.rsc1-14/+9
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-4/+16
2004-03-26Remove debugging echos.rsc1-6/+1
2004-03-26SunOS can rot in hell.rsc1-1/+6
2004-03-26Darwin support.rsc1-1/+1
2004-03-25Today's changes.rsc1-0/+51
More changes.