Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2005-11-06 | fix scroll bar | rsc | 1 | -1/+1 | |
2005-11-06 | handle interrupts | rsc | 3 | -10/+13 | |
2005-11-06 | New 9term using rio sources more directly. | rsc | 10 | -1781/+2902 | |
2005-09-21 | Extra paren removed. (Bengt Kleberg, glaive) | rsc | 1 | -1/+1 | |
2005-08-11 | Generate interrupt key (according to terminal settings) | rsc | 4 | -3/+30 | |
when user presses DEL. | |||||
2005-07-21 | OpenBSD, thanks to Tim Wiess | rsc | 1 | -0/+2 | |
2005-07-21 | stupid signal fix | rsc | 1 | -1/+10 | |
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 | 2 | -10/+24 | |