summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term
Commit message (Expand)AuthorAgeFilesLines
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-1/+1
* 9term: allow scroll wheel in main windowTony Lainson2009-08-111-1/+1
* mergeRuss Cox2009-06-091-1/+1
* 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
* 9term: convert to new libframeRuss Cox2008-07-211-3/+1
* correct dump string (Fazlul Shahriar)rsc2007-04-171-1/+4
* better cleanuprsc2006-06-281-2/+5
* check initdraw returnrsc2006-06-251-1/+3
* more matching (eq)rsc2006-04-011-2/+12
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-015-21/+22
* antialias redrawrsc2006-03-301-1/+4
* quiet Del in winrsc2006-03-271-4/+1
* ignore hangup signalrsc2006-01-191-4/+2
* different login shellrsc2006-01-183-2/+15
* back to -irsc2006-01-181-1/+1
* login shellrsc2006-01-181-1/+1
* use STACKrsc2005-12-291-1/+1
* fix paste in raw hold modersc2005-12-292-3/+3
* set window params on startuprsc2005-11-302-6/+9
* OS X fixrsc2005-11-271-0/+3
* fix \rrsc2005-11-261-2/+2
* add button 3 menursc2005-11-261-1/+1
* fix -frsc2005-11-111-7/+7
* fixesrsc2005-11-111-1/+1
* fixesrsc2005-11-111-1/+4
* fixesrsc2005-11-112-6/+8
* morersc2005-11-101-2/+101
* attempt at \rrsc2005-11-101-29/+40
* snarf, plumbingrsc2005-11-072-8/+6
* fix snarfrsc2005-11-073-4/+36
* fix scroll barrsc2005-11-061-1/+1
* handle interruptsrsc2005-11-063-10/+13
* New 9term using rio sources more directly.rsc2005-11-0610-1781/+2902
* Extra paren removed. (Bengt Kleberg, glaive)rsc2005-09-211-1/+1
* Generate interrupt key (according to terminal settings)rsc2005-08-114-3/+30
* OpenBSD, thanks to Tim Wiessrsc2005-07-211-0/+2
* stupid signal fixrsc2005-07-211-1/+10
* better cr handlingrsc2005-07-181-2/+9
* hold mode in raw modersc2005-07-141-3/+3
* lets try hold mode in raw modersc2005-07-132-10/+24
* Allow unicode in identifiers.rsc2005-05-011-3/+1
* more netbsd support.rsc2005-03-281-0/+1
* add signal.hrsc2005-03-151-0/+1
* more robust winrsc2005-03-051-4/+18
* fix doubleclickrsc2005-02-111-3/+11
* fix paste againrsc2005-02-081-1/+1
* try to handle DEL betterrsc2005-02-081-17/+16