changeset 465:52171a3dc199

Update manual page (/buffer command)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:49:46 +0200
parents e4840b288be0
children af20cf1ea787
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 29 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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).
 </dd>
 <dt><b>
-/buffer clear|top|bottom|search_backward|search_forward
+/buffer clear|top|bottom|search_backward|search_forward|date|%
 </b></dt>
 <dd>
         The <b>buffer</b> command manipulates the current buddy's buffer
@@ -270,6 +270,22 @@
 search for text in the current buddy chat buffer
 </td>
 </tr>
+<tr valign="top">
+<td>
+<b>date</b> date
+</td>
+<td>
+jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional)
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>%</b> n
+</td>
+<td>
+jump to position %n of the buddy chat buffer
+</td>
+</tr>
 </table>
 </dd>
 <dt><b>
@@ -608,7 +624,7 @@
 <div id="footer">
 <p>
 Version 0.6.9-dev<br />
-Last updated 26-Sep-2005 00:06:42 CEST
+Last updated 29-Sep-2005 22:43:43 CEST
 </p>
 </div>
 </div>
--- 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".