aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/wind.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-7/+7
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* 9term: add a "look" menu item (#299)Fazlul Shahriar2020-01-071-0/+25
| | | | | | | Add a menu item which functions similar to acme's `Look` command. This is copied from 9front. See: https://code.9front.org/hg/plan9front/rev/1f1596dbca51 https://code.9front.org/hg/plan9front/rev/d2de1d2f7b48
* cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto2017-01-091-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>
* 9term, win: better \r handling (thanks, git)Russ Cox2015-11-101-1/+1
| | | | | | Change-Id: I75563b911b54d8957d2d004b9c27d0a2f8f043b3 Reviewed-on: https://plan9port-review.googlesource.com/1390 Reviewed-by: Russ Cox <rsc@google.com>
* 9term: adjust to dpi changesRuss Cox2012-11-261-15/+23
| | | | | R=rsc http://codereview.appspot.com/6847105
* mergeRuss Cox2011-10-121-3/+7
|
* 9term: fix insertDavid Swasey2011-09-121-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066
* 9term: home/end like acmeRuss Cox2011-08-021-2/+18
| | | | | R=rsc http://codereview.appspot.com/4830052
* 9term, acme: autoscrollRuss Cox2011-04-271-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
* 9term: cut, snarf, and paste with keyboard on MacDavid Swasey2010-04-131-0/+16
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/854042
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-1/+1
| | | | http://codereview.appspot.com/116075
* 9term: convert to new libframeRuss Cox2008-07-211-3/+1
|
* more matching (eq)rsc2006-04-011-2/+12
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-13/+14
|
* antialias redrawrsc2006-03-301-1/+4
|
* fix paste in raw hold modersc2005-12-291-1/+1
|
* fix \rrsc2005-11-261-2/+2
|
* fixesrsc2005-11-111-5/+3
|
* attempt at \rrsc2005-11-101-29/+40
|
* snarf, plumbingrsc2005-11-071-5/+6
|
* fix snarfrsc2005-11-071-2/+2
|
* handle interruptsrsc2005-11-061-10/+2
|
* New 9term using rio sources more directly.rsc2005-11-061-0/+1628