aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/wind.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12mergeRuss Cox1-3/+7
2011-09-129term: fix insertDavid Swasey1-2/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066
2011-08-029term: home/end like acmeRuss Cox1-2/+18
R=rsc http://codereview.appspot.com/4830052
2011-04-279term, acme: autoscrollRuss Cox1-8/+5
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-04-139term: cut, snarf, and paste with keyboard on MacDavid Swasey1-0/+16
R=rsc CC=codebot http://codereview.appspot.com/854042
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-1/+1
http://codereview.appspot.com/116075
2008-07-219term: convert to new libframeRuss Cox1-3/+1
2006-04-01more matching (eq)rsc1-2/+12
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-13/+14
2006-03-30antialias redrawrsc1-1/+4
2005-12-29fix paste in raw hold modersc1-1/+1
2005-11-26fix \rrsc1-2/+2
2005-11-11fixesrsc1-5/+3
2005-11-10attempt at \rrsc1-29/+40
2005-11-07snarf, plumbingrsc1-5/+6
2005-11-07fix snarfrsc1-2/+2
2005-11-06handle interruptsrsc1-10/+2
2005-11-06New 9term using rio sources more directly.rsc1-0/+1628