Commit Briefs

bf63f986ff Russ Cox

9term: set TERM=dumb instead of TERM=9term

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


ef5c6a6eda Russ Cox

9term, win: better echo cancellation

Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042


77ac358321 Russ Cox

merge


5bd21066c5 rsc

different login shell


8a6837e8c0 rsc

back to -i


f729f79ca2 rsc

login shell


1a24aaca91 rsc

stupid signal fix


55d360f653 rsc

lets try hold mode in raw mode


dcba4bf6bd rsc

fixes for openbsd



60535a5ff6 rsc

make work with new thread library


c6687d4591 rsc

Continue the pthreads torture.


b4a659b6cf rsc

clean up when finished.


a2705f207f rsc

make echoing work.