Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 4 | -1/+13 | |
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 | |||||
2012-11-26 | 9term: adjust to dpi changes | Russ Cox | 1 | -15/+23 | |
R=rsc http://codereview.appspot.com/6847105 | |||||
2011-10-13 | 9term: fix hold mode delay | Russ Cox | 1 | -0/+1 | |
2011-10-12 | merge | Russ Cox | 4 | -10/+25 | |
2011-10-11 | 9term: hold mode back door | Russ Cox | 2 | -16/+23 | |
R=rsc http://codereview.appspot.com/5248056 | |||||
2011-09-12 | 9term: fix insert | David Swasey | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066 | |||||
2011-08-26 | win: hide not just passwords but also passphrases | Mathieu Lonjaret | 1 | -1/+1 | |
R=rsc, nicolesimons1986 CC=plan9port.codebot http://codereview.appspot.com/4957042 | |||||
2011-08-02 | 9term: home/end like acme | Russ Cox | 2 | -2/+19 | |
R=rsc http://codereview.appspot.com/4830052 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 5 | -35/+12 | |
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-10-13 | win: another attempt at input modes | Russ Cox | 1 | -5/+28 | |
R=rsc http://codereview.appspot.com/2476042 | |||||
2010-09-10 | win: add cook/nocook | Russ Cox | 1 | -5/+14 | |
R=rsc http://codereview.appspot.com/2162042 | |||||
2010-09-03 | 9term, win: better echo cancellation | Russ Cox | 6 | -61/+129 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
2010-06-28 | 9term: fix getpts on linux | Anthony Martin | 1 | -0/+5 | |
Openpty uses grantpt internally and its behavior is unspecified when a handler is set to catch SIGCHLD. Fixes issue 37. http://code.swtch.com/plan9port/issues/37 R=rsc CC=codebot http://codereview.appspot.com/1209049 | |||||
2010-05-19 | 9term: add -c to force cooked mode | David Swasey | 1 | -1/+4 | |
R=rsc CC=codebot http://codereview.appspot.com/1044043 | |||||
2010-04-13 | 9term: cut, snarf, and paste with keyboard on Mac | David Swasey | 1 | -0/+16 | |
R=rsc CC=codebot http://codereview.appspot.com/854042 | |||||
2010-03-19 | win: scroll | Eoghan Sherry | 1 | -0/+3 | |
R=rsc CC=codebot http://codereview.appspot.com/643041 | |||||
2010-01-05 | win fixes | Fazlul Shahriar | 1 | -6/+26 | |
- don't exit from a "child" note unless rc exited (code copied from 9term.c) - ignore writes to the tag; specifically " Send Noscroll" at startup. R=rsc CC=codebot http://codereview.appspot.com/181115 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -1/+1 | |
http://codereview.appspot.com/116075 | |||||
2009-08-11 | 9term: allow scroll wheel in main window | Tony Lainson | 1 | -1/+1 | |
http://codereview.appspot.com/105082 | |||||
2009-06-09 | merge | Russ Cox | 1 | -1/+1 | |
2009-01-06 | win: better SIGPIPE handling | Russ Cox | 1 | -10/+9 | |
2008-11-13 | win: another attempt at DEL | Russ Cox | 1 | -1/+3 | |
2008-11-13 | win: handle DEL internally so that it always works | Russ Cox | 1 | -0/+6 | |
2008-11-13 | win: implement Scroll and Noscroll | Russ Cox | 1 | -1/+13 | |
2008-07-21 | 9term: convert to new libframe | Russ Cox | 1 | -3/+1 | |
2007-04-17 | correct dump string (Fazlul Shahriar) | rsc | 1 | -1/+4 | |
2006-06-28 | better cleanup | rsc | 1 | -2/+5 | |
2006-06-25 | check initdraw return | rsc | 1 | -1/+3 | |
2006-04-01 | more matching (eq) | rsc | 1 | -2/+12 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 5 | -21/+22 | |
2006-03-30 | antialias redraw | rsc | 1 | -1/+4 | |
2006-03-27 | quiet Del in win | rsc | 1 | -4/+1 | |
2006-01-19 | ignore hangup signal | rsc | 1 | -4/+2 | |
2006-01-18 | different login shell | rsc | 3 | -2/+15 | |
2006-01-18 | back to -i | rsc | 1 | -1/+1 | |
2006-01-18 | login shell | rsc | 1 | -1/+1 | |
2005-12-29 | use STACK | rsc | 1 | -1/+1 | |
2005-12-29 | fix paste in raw hold mode | rsc | 2 | -3/+3 | |
2005-11-30 | set window params on startup | rsc | 2 | -6/+9 | |
2005-11-27 | OS X fix | rsc | 1 | -0/+3 | |
2005-11-26 | fix \r | rsc | 1 | -2/+2 | |
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 | 2 | -6/+8 | |
2005-11-10 | more | rsc | 1 | -2/+101 | |
2005-11-10 | attempt at \r | rsc | 1 | -29/+40 | |
2005-11-07 | snarf, plumbing | rsc | 2 | -8/+6 | |
2005-11-07 | fix snarf | rsc | 3 | -4/+36 | |