Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-11 | 9term: hold mode back door | Russ Cox | 1 | -13/+15 | |
R=rsc http://codereview.appspot.com/5248056 | |||||
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-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -9/+1 | |
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 | 1 | -9/+49 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
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-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 | |
2007-04-17 | correct dump string (Fazlul Shahriar) | rsc | 1 | -1/+4 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2006-03-27 | quiet Del in win | rsc | 1 | -4/+1 | |
2005-03-05 | more robust win | rsc | 1 | -4/+18 | |
2005-01-30 | add - | rsc | 1 | -0/+1 | |
2005-01-30 | handle sysnames in labels | rsc | 1 | -5/+16 | |
2005-01-05 | exit on eof | rsc | 1 | -3/+1 | |
2005-01-04 | change to use new library. | rsc | 1 | -21/+21 | |
2004-12-26 | make work with new thread library | rsc | 1 | -4/+20 | |
2004-04-30 | Little fixes. | rsc | 1 | -6/+12 | |
2004-04-25 | always be honest about tabstop. | rsc | 1 | -0/+2 | |
2004-04-23 | Fix window size in case we inherited a bad one. | rsc | 1 | -0/+1 | |
2004-04-19 | clean up when finished. | rsc | 1 | -0/+2 | |
2004-04-15 | 9term manages to turn off echo at the right times under SunOS ? | rsc | 1 | -1/+1 | |
2004-03-30 | grey out 9term when it loses focus. | rsc | 1 | -1/+1 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -2/+2 | |
2004-03-25 | Today's changes. | rsc | 1 | -0/+693 | |
More changes. |