summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term
Commit message (Collapse)AuthorAgeFilesLines
* 9term: fix hold mode delayRuss Cox2011-10-131-0/+1
|
* mergeRuss Cox2011-10-124-10/+25
|
* 9term: hold mode back doorRuss Cox2011-10-112-16/+23
| | | | | R=rsc http://codereview.appspot.com/5248056
* 9term: fix insertDavid Swasey2011-09-121-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066
* win: hide not just passwords but also passphrasesMathieu Lonjaret2011-08-261-1/+1
| | | | | | R=rsc, nicolesimons1986 CC=plan9port.codebot http://codereview.appspot.com/4957042
* 9term: home/end like acmeRuss Cox2011-08-022-2/+19
| | | | | R=rsc http://codereview.appspot.com/4830052
* 9term, acme: autoscrollRuss Cox2011-04-275-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
* win: another attempt at input modesRuss Cox2010-10-131-5/+28
| | | | | R=rsc http://codereview.appspot.com/2476042
* win: add cook/nocookRuss Cox2010-09-101-5/+14
| | | | | R=rsc http://codereview.appspot.com/2162042
* 9term, win: better echo cancellationRuss Cox2010-09-036-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
* 9term: fix getpts on linuxAnthony Martin2010-06-281-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
* 9term: add -c to force cooked modeDavid Swasey2010-05-191-1/+4
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/1044043
* 9term: cut, snarf, and paste with keyboard on MacDavid Swasey2010-04-131-0/+16
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/854042
* win: scrollEoghan Sherry2010-03-191-0/+3
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/643041
* win fixesFazlul Shahriar2010-01-051-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
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-1/+1
| | | | http://codereview.appspot.com/116075
* 9term: allow scroll wheel in main windowTony Lainson2009-08-111-1/+1
| | | | http://codereview.appspot.com/105082
* 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
|