aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/fns.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12mergeRuss Cox1-1/+1
2011-04-279term, acme: autoscrollRuss Cox1-1/+1
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
2005-11-07fix snarfrsc1-0/+4
2005-11-06handle interruptsrsc1-0/+1
2005-11-06New 9term using rio sources more directly.rsc1-0/+36