diff options
author | Russ Cox <rsc@swtch.com> | 2011-04-27 13:18:07 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-04-27 13:18:07 -0400 |
commit | ba31ab3044765270d40c9da934dfc11e5f8b63c5 (patch) | |
tree | b9b8bb263f822e990b53eb97384ba338a0036a66 /man/man4 | |
parent | 42ef984cf2514fedc4f9e2efe2876aa95d2d8579 (diff) | |
download | plan9port-ba31ab3044765270d40c9da934dfc11e5f8b63c5.tar.gz plan9port-ba31ab3044765270d40c9da934dfc11e5f8b63c5.tar.bz2 plan9port-ba31ab3044765270d40c9da934dfc11e5f8b63c5.zip |
9term, acme: autoscroll
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
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/acme.4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man4/acme.4 b/man/man4/acme.4 index 40cde759..78214cad 100644 --- a/man/man4/acme.4 +++ b/man/man4/acme.4 @@ -236,22 +236,11 @@ may be undone in a single .B Undo interactive command. .TP -.B noscroll -Turn off automatic `scrolling' of the window to show text written to the body. -.TP .B put Equivalent to the .B Put interactive command with no arguments; accepts no arguments. .TP -.B scroll -Cancel a -.B noscroll -message, returning the window to the default state wherein each write -to the -.B body -file causes the window to `scroll' to display the new text. -.TP .B show Guarantee at least some of the selected text is visible on the display. .RE |