# HG changeset patch # User Mikael Berthe # Date 1148681117 -7200 # Node ID e583d617838a4a1436efaf81ef79ca6db5fd1691 # Parent fcf82bc5037c1729c3ebb84bcb17785882abdfb6 Update manpage Update /buffer command help. diff -r fcf82bc5037c -r e583d617838a mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Fri May 26 23:31:36 2006 +0200 +++ b/mcabber/doc/mcabber.1 Sat May 27 00:05:17 2006 +0200 @@ -200,11 +200,11 @@ Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation)\&. .TP -\fB/buffer\fR clear|purge|top|bottom|date|%|search_backward|search_forward +\fB/buffer\fR clear|top|bottom|date|%|search_backward|search_forward|... The buffer command manipulates the current buddy's buffer (chat window)\&. \fBclear\fR clear the current buddy chat window - \fBpurge\fR purge the current buddy chat window + \fBpurge\fR clear the current buddy chat window and empty all contents of the chat buffer \fBbottom\fR jump to the bottom of the current buddy chat buffer \fBtop\fR jump to the top of the current buddy chat buffer \fBup\fR [n] scroll the buffer up n lines (default: half a screen) @@ -213,6 +213,9 @@ \fB%\fR n jump to position %n of the buddy chat buffer \fBsearch_backward\fR text search for "text" in the current buddy chat buffer \fBsearch_forward\fR text search for "text" in the current buddy chat buffer + \fBscroll_lock\fR lock buffer scrolling + \fBscroll_unlock\fR unlock buffer scrolling + \fBscroll_toggle\fR toggle buffer scrolling (lock/unlock) .TP \fB/clear\fR diff -r fcf82bc5037c -r e583d617838a mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Fri May 26 23:31:36 2006 +0200 +++ b/mcabber/doc/mcabber.1.html Sat May 27 00:05:17 2006 +0200 @@ -418,6 +418,9 @@
/buffer clear|purge|top|bottom|date|%|search_backward|search_forward
+
+/buffer scroll_lock|scroll_unlock|scroll_toggle +
The buffer command manipulates the current buddy's buffer (chat window). @@ -435,7 +438,7 @@ purge -purge the current buddy chat window +clear the current buddy chat window and empty all contents of the chat buffer @@ -502,6 +505,30 @@ search for "text" in the current buddy chat buffer + + +scroll_lock + + +lock buffer scrolling + + + + +scroll_unlock + + +unlock buffer scrolling + + + + +scroll_toggle + + +toggle buffer scrolling (lock/unlock) + +
@@ -1122,7 +1149,7 @@ diff -r fcf82bc5037c -r e583d617838a mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Fri May 26 23:31:36 2006 +0200 +++ b/mcabber/doc/mcabber.1.txt Sat May 27 00:05:17 2006 +0200 @@ -174,11 +174,12 @@ depend on your ncurses installation). /buffer clear|purge|top|bottom|date|%|search_backward|search_forward:: +/buffer scroll_lock|scroll_unlock|scroll_toggle:: The 'buffer' command manipulates the current buddy's buffer (chat window). 'clear';; clear the current buddy chat window - 'purge';; purge the current buddy chat window + 'purge';; clear the current buddy chat window and empty all contents of the chat buffer 'bottom';; jump to the bottom of the current buddy chat buffer 'top';; jump to the top of the current buddy chat buffer 'up' [n];; scroll the buffer up n lines (default: half a screen) @@ -187,6 +188,9 @@ '%' n;; jump to position %n of the buddy chat buffer 'search_backward' text;; search for "text" in the current buddy chat buffer 'search_forward' text;; search for "text" in the current buddy chat buffer + 'scroll_lock';; lock buffer scrolling + 'scroll_unlock';; unlock buffer scrolling + 'scroll_toggle';; toggle buffer scrolling (lock/unlock) /clear:: The 'clear' command is actually an alias for "/buffer clear".