Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |