aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/dat.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12mergeRuss Cox1-1/+2
2011-08-029term: home/end like acmeRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/4830052
2011-04-279term, acme: autoscrollRuss Cox1-2/+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
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-3/+3
2005-11-27OS X fixrsc1-0/+3
2005-11-06New 9term using rio sources more directly.rsc1-0/+243