aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term
AgeCommit message (Collapse)AuthorFilesLines
2011-08-029term: home/end like acmeRuss Cox2-2/+19
R=rsc http://codereview.appspot.com/4830052
2011-04-279term, acme: autoscrollRuss Cox5-35/+12
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-13win: another attempt at input modesRuss Cox1-5/+28
R=rsc http://codereview.appspot.com/2476042
2010-09-10win: add cook/nocookRuss Cox1-5/+14
R=rsc http://codereview.appspot.com/2162042
2010-09-039term, win: better echo cancellationRuss Cox6-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-289term: fix getpts on linuxAnthony Martin1-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-199term: add -c to force cooked modeDavid Swasey1-1/+4
R=rsc CC=codebot http://codereview.appspot.com/1044043
2010-04-139term: cut, snarf, and paste with keyboard on MacDavid Swasey1-0/+16
R=rsc CC=codebot http://codereview.appspot.com/854042
2010-03-19win: scrollEoghan Sherry1-0/+3
R=rsc CC=codebot http://codereview.appspot.com/643041
2010-01-05win fixesFazlul Shahriar1-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-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-1/+1
http://codereview.appspot.com/116075
2009-08-119term: allow scroll wheel in main windowTony Lainson1-1/+1
http://codereview.appspot.com/105082
2009-06-09mergeRuss Cox1-1/+1
2009-01-06win: better SIGPIPE handlingRuss Cox1-10/+9
2008-11-13win: another attempt at DELRuss Cox1-1/+3
2008-11-13win: handle DEL internally so that it always worksRuss Cox1-0/+6
2008-11-13win: implement Scroll and NoscrollRuss Cox1-1/+13
2008-07-219term: convert to new libframeRuss Cox1-3/+1
2007-04-17correct dump string (Fazlul Shahriar)rsc1-1/+4
2006-06-28better cleanuprsc1-2/+5
2006-06-25check initdraw returnrsc1-1/+3
2006-04-01more matching (eq)rsc1-2/+12
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc5-21/+22
2006-03-30antialias redrawrsc1-1/+4
2006-03-27quiet Del in winrsc1-4/+1
2006-01-19ignore hangup signalrsc1-4/+2
2006-01-18different login shellrsc3-2/+15
2006-01-18back to -irsc1-1/+1
2006-01-18login shellrsc1-1/+1
2005-12-29use STACKrsc1-1/+1
2005-12-29fix paste in raw hold modersc2-3/+3
2005-11-30set window params on startuprsc2-6/+9
2005-11-27OS X fixrsc1-0/+3
2005-11-26fix \rrsc1-2/+2
2005-11-26add button 3 menursc1-1/+1
2005-11-11fix -frsc1-7/+7
2005-11-11fixesrsc1-1/+1
2005-11-11fixesrsc1-1/+4
2005-11-11fixesrsc2-6/+8
2005-11-10morersc1-2/+101
2005-11-10attempt at \rrsc1-29/+40
2005-11-07snarf, plumbingrsc2-8/+6
2005-11-07fix snarfrsc3-4/+36
2005-11-06fix scroll barrsc1-1/+1
2005-11-06handle interruptsrsc3-10/+13
2005-11-06New 9term using rio sources more directly.rsc10-1781/+2902
2005-09-21Extra paren removed. (Bengt Kleberg, glaive)rsc1-1/+1
2005-08-11Generate interrupt key (according to terminal settings)rsc4-3/+30
when user presses DEL.
2005-07-21OpenBSD, thanks to Tim Wiessrsc1-0/+2
2005-07-21stupid signal fixrsc1-1/+10