diff mcabber/doc/mcabber.1.txt @ 372:db004de6440c

Add documentation for /buffer search_*
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Jul 2005 18:28:26 +0100
parents 33b8e801ffa6
children 00809e3e327e
line wrap: on
line diff
--- 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".