comparison mcabber/doc/mcabber.1 @ 876:e583d617838a

Update manpage Update /buffer command help.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 May 2006 00:05:17 +0200
parents 4b77a2ab18e5
children e58ae191a25c
comparison
equal deleted inserted replaced
875:fcf82bc5037c 876:e583d617838a
198 Note: aliases can be used in key bindings\&. 198 Note: aliases can be used in key bindings\&.
199 199
200 Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation)\&. 200 Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation)\&.
201 201
202 .TP 202 .TP
203 \fB/buffer\fR clear|purge|top|bottom|date|%|search_backward|search_forward 203 \fB/buffer\fR clear|top|bottom|date|%|search_backward|search_forward|...
204 The buffer command manipulates the current buddy's buffer (chat window)\&. 204 The buffer command manipulates the current buddy's buffer (chat window)\&.
205 205
206 \fBclear\fR clear the current buddy chat window 206 \fBclear\fR clear the current buddy chat window
207 \fBpurge\fR purge the current buddy chat window 207 \fBpurge\fR clear the current buddy chat window and empty all contents of the chat buffer
208 \fBbottom\fR jump to the bottom of the current buddy chat buffer 208 \fBbottom\fR jump to the bottom of the current buddy chat buffer
209 \fBtop\fR jump to the top of the current buddy chat buffer 209 \fBtop\fR jump to the top of the current buddy chat buffer
210 \fBup\fR [n] scroll the buffer up n lines (default: half a screen) 210 \fBup\fR [n] scroll the buffer up n lines (default: half a screen)
211 \fBdown\fR [n] scroll the buffer down n lines (default: half a screen) 211 \fBdown\fR [n] scroll the buffer down n lines (default: half a screen)
212 \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) 212 \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)
213 \fB%\fR n jump to position %n of the buddy chat buffer 213 \fB%\fR n jump to position %n of the buddy chat buffer
214 \fBsearch_backward\fR text search for "text" in the current buddy chat buffer 214 \fBsearch_backward\fR text search for "text" in the current buddy chat buffer
215 \fBsearch_forward\fR text search for "text" in the current buddy chat buffer 215 \fBsearch_forward\fR text search for "text" in the current buddy chat buffer
216 \fBscroll_lock\fR lock buffer scrolling
217 \fBscroll_unlock\fR unlock buffer scrolling
218 \fBscroll_toggle\fR toggle buffer scrolling (lock/unlock)
216 219
217 .TP 220 .TP
218 \fB/clear\fR 221 \fB/clear\fR
219 The clear command is actually an alias for "/buffer clear"\&. 222 The clear command is actually an alias for "/buffer clear"\&.
220 223