aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/dat.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-2/+2
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>
2020-01-079term: add a "look" menu item (#299)Fazlul Shahriar1-0/+1
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
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