diff mcabber/doc/mcabber.1.txt @ 465:52171a3dc199

Update manual page (/buffer command)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:49:46 +0200
parents fa93f47a08fe
children 73aa14eba3c7
line wrap: on
line diff
--- 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".