# HG changeset patch # User Mikael Berthe # Date 1122312506 -3600 # Node ID db004de6440cfff58043d0c4113a377233b2d815 # Parent bc54af8ed048020fbfedd898ae704d3010653944 Add documentation for /buffer search_* diff -r bc54af8ed048 -r db004de6440c mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sun Jul 24 23:04:39 2005 +0100 +++ b/mcabber/doc/mcabber.1 Mon Jul 25 18:28:26 2005 +0100 @@ -121,12 +121,14 @@ Bind a command line to the key with the "keycode" code number\&. Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&. "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode\&. Note: aliases can be used in key bindings\&. Example: "/bind 265 = status online" (265 is F1 for me, but it can depend on your ncurses installation)\&. .TP -\fB/buffer\fR clear|top|bottom +\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 + \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 .TP \fB/clear\fR diff -r bc54af8ed048 -r db004de6440c mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sun Jul 24 23:04:39 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Mon Jul 25 18:28:26 2005 +0100 @@ -223,7 +223,7 @@ depend on your ncurses installation).
-/buffer clear|top|bottom +/buffer clear|top|bottom|search_backward|search_forward
The buffer command manipulates the current buddy's buffer @@ -253,6 +253,22 @@ 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 + +
@@ -517,7 +533,7 @@ diff -r bc54af8ed048 -r db004de6440c mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sun Jul 24 23:04:39 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Mon Jul 25 18:28:26 2005 +0100 @@ -102,13 +102,15 @@ Example: "/bind 265 = status online" (265 is F1 for me, but it can depend on your ncurses installation). -/buffer clear|top|bottom:: +/buffer clear|top|bottom|search_backward|search_forward:: 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 /clear:: The 'clear' command is actually an alias for "/buffer clear".