changeset 876:e583d617838a

Update manpage Update /buffer command help.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 May 2006 00:05:17 +0200
parents fcf82bc5037c
children b38760d9ec2d
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 39 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Fri May 26 23:31:36 2006 +0200
+++ b/mcabber/doc/mcabber.1	Sat May 27 00:05:17 2006 +0200
@@ -200,11 +200,11 @@
 Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation)\&.
 
 .TP
-\fB/buffer\fR clear|purge|top|bottom|date|%|search_backward|search_forward
+\fB/buffer\fR clear|top|bottom|date|%|search_backward|search_forward|...
 The buffer command manipulates the current buddy's buffer (chat window)\&.
 
  \fBclear\fR      	clear the current buddy chat window
- \fBpurge\fR      	purge the current buddy chat window
+ \fBpurge\fR      	clear the current buddy chat window and empty all contents of the chat buffer
  \fBbottom\fR     	jump to the bottom of the current buddy chat buffer
  \fBtop\fR        	jump to the top of the current buddy chat buffer
  \fBup\fR [n]     	scroll the buffer up n lines (default: half a screen)
@@ -213,6 +213,9 @@
  \fB%\fR n        	jump to position %n of the 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
+ \fBscroll_lock\fR	lock buffer scrolling
+ \fBscroll_unlock\fR	unlock buffer scrolling
+ \fBscroll_toggle\fR	toggle buffer scrolling (lock/unlock)
 
 .TP
 \fB/clear\fR
--- a/mcabber/doc/mcabber.1.html	Fri May 26 23:31:36 2006 +0200
+++ b/mcabber/doc/mcabber.1.html	Sat May 27 00:05:17 2006 +0200
@@ -418,6 +418,9 @@
 <dt><b>
 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward
 </b></dt>
+<dt><b>
+/buffer scroll_lock|scroll_unlock|scroll_toggle
+</b></dt>
 <dd>
         The <b>buffer</b> command manipulates the current buddy's buffer
         (chat window).
@@ -435,7 +438,7 @@
 <b>purge</b>
 </td>
 <td>
-purge the current buddy chat window
+clear the current buddy chat window and empty all contents of the chat buffer
 </td>
 </tr>
 <tr valign="top">
@@ -502,6 +505,30 @@
 search for "text" in the current buddy chat buffer
 </td>
 </tr>
+<tr valign="top">
+<td>
+<b>scroll_lock</b>
+</td>
+<td>
+lock buffer scrolling
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>scroll_unlock</b>
+</td>
+<td>
+unlock buffer scrolling
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>scroll_toggle</b>
+</td>
+<td>
+toggle buffer scrolling (lock/unlock)
+</td>
+</tr>
 </table>
 </dd>
 <dt><b>
@@ -1122,7 +1149,7 @@
 <div id="footer">
 <p>
 Version 0.7.7-dev<br />
-Last updated 25-May-2006 18:50:24 CEST
+Last updated 26-May-2006 23:44:03 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Fri May 26 23:31:36 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sat May 27 00:05:17 2006 +0200
@@ -174,11 +174,12 @@
         depend on your ncurses installation).
 
 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward::
+/buffer scroll_lock|scroll_unlock|scroll_toggle::
         The 'buffer' command manipulates the current buddy's buffer
         (chat window).
 
         'clear';;                clear the current buddy chat window
-        'purge';;                purge the current buddy chat window
+        'purge';;                clear the current buddy chat window and empty all contents of the chat buffer
         'bottom';;               jump to the bottom of the current buddy chat buffer
         'top';;                  jump to the top of the current buddy chat buffer
         'up' [n];;               scroll the buffer up n lines (default: half a screen)
@@ -187,6 +188,9 @@
         '%' n;;                  jump to position %n of the 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
+        'scroll_lock';;          lock buffer scrolling
+        'scroll_unlock';;        unlock buffer scrolling
+        'scroll_toggle';;        toggle buffer scrolling (lock/unlock)
 
 /clear::
         The 'clear' command is actually an alias for "/buffer clear".