# HG changeset patch # User Mikael Berthe # Date 1128026986 -7200 # Node ID 52171a3dc19946ab7519fc9c526a81120b5c1bd1 # Parent e4840b288be044584e3f510224c5439a6e1334c7 Update manual page (/buffer command) diff -r e4840b288be0 -r 52171a3dc199 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Thu Sep 29 22:31:56 2005 +0200 +++ b/mcabber/doc/mcabber.1 Thu Sep 29 22:49:46 2005 +0200 @@ -134,11 +134,13 @@ \fB/buffer\fR clear|top|bottom|search_backward|search_forward The buffer command manipulates the current buddy's buffer (chat window)\&. - \fBclear\fR clear the current buddy chat window - \fBtop\fR jump to the top of the current buddy chat buffer - \fBbottom\fR jump to the bottom of the current buddy chat buffer + \fBclear\fR clear the current buddy chat window + \fBtop\fR jump to the top of the current buddy chat buffer + \fBbottom\fR jump to the bottom of the current 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 + \fBdate\fR date jump to the first line after the specified date in the chat buffer (date format: "YYYY\-mm\-dd[THH:MM:SS]", "\-" and ":" are optional) + \fB%\fR n jump to position %n of the buddy chat buffer .TP \fB/clear\fR diff -r e4840b288be0 -r 52171a3dc199 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Thu Sep 29 22:31:56 2005 +0200 +++ b/mcabber/doc/mcabber.1.html Thu Sep 29 22:49:46 2005 +0200 @@ -224,7 +224,7 @@ depend on your ncurses installation).
-/buffer clear|top|bottom|search_backward|search_forward +/buffer clear|top|bottom|search_backward|search_forward|date|%
The buffer command manipulates the current buddy's buffer @@ -270,6 +270,22 @@ search for text in the current buddy chat buffer + + +date date + + +jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional) + + + + +% n + + +jump to position %n of the buddy chat buffer + +
@@ -608,7 +624,7 @@ diff -r e4840b288be0 -r 52171a3dc199 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Thu Sep 29 22:31:56 2005 +0200 +++ b/mcabber/doc/mcabber.1.txt Thu Sep 29 22:49:46 2005 +0200 @@ -103,15 +103,17 @@ Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation). -/buffer clear|top|bottom|search_backward|search_forward:: +/buffer clear|top|bottom|search_backward|search_forward|date|%:: The 'buffer' command manipulates the current buddy's buffer (chat window). - 'clear';; clear the current buddy chat window - 'top';; jump to the top of the current buddy chat buffer - 'bottom';; jump to the bottom of the current buddy chat buffer + 'clear';; clear the current buddy chat window + 'top';; jump to the top of the current buddy chat buffer + 'bottom';; jump to the bottom of the current 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 + 'date' date;; jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional) + '%' n;; jump to position %n of the buddy chat buffer /clear:: The 'clear' command is actually an alias for "/buffer clear".