aboutsummaryrefslogtreecommitdiff
path: root/man/man1/9term.1
AgeCommit message (Collapse)AuthorFilesLines
2020-08-15tmac: rename IM (italic manual) to MR (manual reference)Russ Cox1-9/+9
Suggested by G. Brandon Robinson.
2020-08-13tmac: introduce real manual reference macro instead of overloading IRRuss Cox1-9/+9
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
2020-01-079term: add a "look" menu item (#299)Fazlul Shahriar1-0/+7
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
2017-07-16man1: document mouse keystrokes in acme, sam, 9termRuss Cox1-0/+11
Change-Id: Id99ce9a143a21009d93a1c6ba2d1f84a3588649f Reviewed-on: https://plan9port-review.googlesource.com/2942 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-02-17man: document font syntaxesRuss Cox1-0/+3
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
2011-04-279term, acme: autoscrollRuss Cox1-6/+6
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-05-199term: add -c to force cooked modeDavid Swasey1-2/+7
R=rsc CC=codebot http://codereview.appspot.com/1044043
2009-07-08mergeRuss Cox1-1/+1
2005-08-11updatersc1-2/+7
2005-02-08document bash stupidityrsc1-0/+13
2005-01-13Many small edits.rsc1-16/+22
2005-01-11use macro for /usr/local/plan9rsc1-1/+1
2005-01-03Some man pages.rsc1-2/+4
2004-04-19some needed manual pagesrsc1-0/+285