changeset 372:db004de6440c

Add documentation for /buffer search_*
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Jul 2005 18:28:26 +0100
parents bc54af8ed048
children af2f8ddf6a1b
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 27 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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).
 </dd>
 <dt><b>
-/buffer clear|top|bottom
+/buffer clear|top|bottom|search_backward|search_forward
 </b></dt>
 <dd>
         The <b>buffer</b> command manipulates the current buddy's buffer
@@ -253,6 +253,22 @@
 jump to the bottom of the current buddy chat buffer
 </td>
 </tr>
+<tr valign="top">
+<td>
+<b>search_backward</b> text
+</td>
+<td>
+search for text in the current buddy chat buffer
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>search_forward</b>  text
+</td>
+<td>
+search for text in the current buddy chat buffer
+</td>
+</tr>
 </table>
 </dd>
 <dt><b>
@@ -517,7 +533,7 @@
 <div id="footer">
 <p>
 Version 0.6.5-dev<br />
-Last updated 23-Jul-2005 16:09:54 CEST
+Last updated 25-Jul-2005 19:08:54 CEST
 </p>
 </div>
 </div>
--- 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".