aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/term.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-069term: set TERM=dumb instead of TERM=9termRuss Cox1-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-039term, win: better echo cancellationRuss Cox1-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-18different login shellrsc1-0/+1
2005-08-11Generate interrupt key (according to terminal settings)rsc1-0/+1
when user presses DEL.
2004-04-19clean up when finished.rsc1-0/+1
2004-04-16make echoing work.rsc1-1/+1
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-1/+3
2004-03-25Today's changes.rsc1-0/+5
More changes.