Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 1 | -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 | |||||
2011-10-13 | 9term: fix hold mode delay | Russ Cox | 1 | -0/+1 | |
2011-10-12 | merge | Russ Cox | 1 | -5/+15 | |
2011-10-11 | 9term: hold mode back door | Russ Cox | 1 | -3/+8 | |
R=rsc http://codereview.appspot.com/5248056 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -15/+4 | |
Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060 | |||||
2010-09-03 | 9term, win: better echo cancellation | Russ Cox | 1 | -7/+7 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
2010-05-19 | 9term: add -c to force cooked mode | David Swasey | 1 | -1/+4 | |
R=rsc CC=codebot http://codereview.appspot.com/1044043 | |||||
2009-08-11 | 9term: allow scroll wheel in main window | Tony Lainson | 1 | -1/+1 | |
http://codereview.appspot.com/105082 | |||||
2006-06-28 | better cleanup | rsc | 1 | -2/+5 | |
2006-06-25 | check initdraw return | rsc | 1 | -1/+3 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2006-01-19 | ignore hangup signal | rsc | 1 | -4/+2 | |
2006-01-18 | different login shell | rsc | 1 | -0/+3 | |
2005-12-29 | use STACK | rsc | 1 | -1/+1 | |
2005-12-29 | fix paste in raw hold mode | rsc | 1 | -2/+2 | |
2005-11-30 | set window params on startup | rsc | 1 | -3/+5 | |
2005-11-26 | add button 3 menu | rsc | 1 | -1/+1 | |
2005-11-11 | fix -f | rsc | 1 | -7/+7 | |
2005-11-11 | fixes | rsc | 1 | -1/+1 | |
2005-11-11 | fixes | rsc | 1 | -1/+4 | |
2005-11-11 | fixes | rsc | 1 | -1/+5 | |
2005-11-10 | more | rsc | 1 | -2/+101 | |
2005-11-07 | snarf, plumbing | rsc | 1 | -3/+0 | |
2005-11-07 | fix snarf | rsc | 1 | -2/+30 | |
2005-11-06 | fix scroll bar | rsc | 1 | -1/+1 | |
2005-11-06 | handle interrupts | rsc | 1 | -0/+10 | |
2005-11-06 | New 9term using rio sources more directly. | rsc | 1 | -1781/+291 | |
2005-08-11 | Generate interrupt key (according to terminal settings) | rsc | 1 | -3/+11 | |
when user presses DEL. | |||||
2005-07-18 | better cr handling | rsc | 1 | -2/+9 | |
2005-07-14 | hold mode in raw mode | rsc | 1 | -3/+3 | |
2005-07-13 | lets try hold mode in raw mode | rsc | 1 | -9/+17 | |
2005-05-01 | Allow unicode in identifiers. | rsc | 1 | -3/+1 | |
2005-02-11 | fix doubleclick | rsc | 1 | -3/+11 | |
2005-02-08 | fix paste again | rsc | 1 | -1/+1 | |
2005-02-08 | try to handle DEL better | rsc | 1 | -17/+16 | |
2005-01-30 | handle sysnames in labels | rsc | 1 | -1/+10 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -1/+1 | |
2005-01-07 | ignore spurious sigchilds on sunos | rsc | 1 | -3/+10 | |
2005-01-04 | new prototype | rsc | 1 | -1/+1 | |
2005-01-02 | add ? for unknown plumbs | rsc | 1 | -1/+20 | |
2004-12-26 | make work with new thread library | rsc | 1 | -8/+8 | |
2004-10-22 | handle interrupt right | rsc | 1 | -1/+3 | |
2004-10-17 | use threadexitsall | rsc | 1 | -1/+1 | |
2004-10-17 | remove socket at exit | rsc | 1 | -0/+11 | |
2004-10-17 | fix interrupt handling, add clumsy way to get at text buffer contents | rsc | 1 | -3/+92 | |
2004-09-21 | Continue the pthreads torture. | rsc | 1 | -6/+2 | |
2004-09-20 | various forgotten files | rsc | 1 | -6/+14 | |
2004-08-06 | Make comment match code. | rsc | 1 | -3/+4 | |
2004-08-02 | Try to be more clever about re-enabling terminal echo. | wkj | 1 | -1/+2 | |
From Axel Belinfante. | |||||
2004-06-11 | scrolling | rsc | 1 | -2/+2 | |