aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/wind.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-269term: Use acme colors.Petter Rodhelind1-3/+6
2017-01-09cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto1-0/+5
Since Google (and a lot of the outside) is so engrained with using ^C as interrupt, I'd like to be able to use it in 9term if I've stty'd my intr to ^C. Without this, hitting ^C still works but if the program behind the window isn't reading from /dev/cons, it won't take effect till after I hit a newline which is often very confusing. I know this is a hack since it only works if I stty intr ^C but that seems the only other character that gets used anyways. Change-Id: I0597e63b2d7628f5668c648e6dba6f281e4b27fd Reviewed-on: https://plan9port-review.googlesource.com/2742 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-11-109term, win: better \r handling (thanks, git)Russ Cox1-1/+1
Change-Id: I75563b911b54d8957d2d004b9c27d0a2f8f043b3 Reviewed-on: https://plan9port-review.googlesource.com/1390 Reviewed-by: Russ Cox <rsc@google.com>
2012-11-269term: adjust to dpi changesRuss Cox1-15/+23
R=rsc http://codereview.appspot.com/6847105
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