summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/win.c
Commit message (Collapse)AuthorAgeFilesLines
* win: better SIGPIPE handlingRuss Cox2009-01-061-10/+9
|
* win: another attempt at DELRuss Cox2008-11-131-1/+3
|
* win: handle DEL internally so that it always worksRuss Cox2008-11-131-0/+6
|
* win: implement Scroll and NoscrollRuss Cox2008-11-131-1/+13
|
* correct dump string (Fazlul Shahriar)rsc2007-04-171-1/+4
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* quiet Del in winrsc2006-03-271-4/+1
|
* more robust winrsc2005-03-051-4/+18
|
* add -rsc2005-01-301-0/+1
|
* handle sysnames in labelsrsc2005-01-301-5/+16
|
* exit on eofrsc2005-01-051-3/+1
|
* change to use new library.rsc2005-01-041-21/+21
|
* make work with new thread libraryrsc2004-12-261-4/+20
|
* Little fixes.rsc2004-04-301-6/+12
|
* always be honest about tabstop.rsc2004-04-251-0/+2
|
* Fix window size in case we inherited a bad one.rsc2004-04-231-0/+1
|
* clean up when finished.rsc2004-04-191-0/+2
|
* 9term manages to turn off echo at the right times under SunOS ?rsc2004-04-151-1/+1
|
* grey out 9term when it loses focus.rsc2004-03-301-1/+1
|
* SunOS can rot in hell.rsc2004-03-261-2/+2
|
* Today's changes.rsc2004-03-251-0/+693
More changes.