comparison mcabber/doc/mcabber.1 @ 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
comparison
equal deleted inserted replaced
371:bc54af8ed048 372:db004de6440c
119 .TP 119 .TP
120 \fB/bind\fR keycode = command line 120 \fB/bind\fR keycode = command line
121 Bind a command line to the key with the "keycode" code number\&. Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&. "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode\&. Note: aliases can be used in key bindings\&. Example: "/bind 265 = status online" (265 is F1 for me, but it can depend on your ncurses installation)\&. 121 Bind a command line to the key with the "keycode" code number\&. Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&. "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode\&. Note: aliases can be used in key bindings\&. Example: "/bind 265 = status online" (265 is F1 for me, but it can depend on your ncurses installation)\&.
122 122
123 .TP 123 .TP
124 \fB/buffer\fR clear|top|bottom 124 \fB/buffer\fR clear|top|bottom|search_backward|search_forward
125 The buffer command manipulates the current buddy's buffer (chat window)\&. 125 The buffer command manipulates the current buddy's buffer (chat window)\&.
126 126
127 \fBclear\fR clear the current buddy chat window 127 \fBclear\fR clear the current buddy chat window
128 \fBtop\fR jump to the top of the current buddy chat buffer 128 \fBtop\fR jump to the top of the current buddy chat buffer
129 \fBbottom\fR jump to the bottom of the current buddy chat buffer 129 \fBbottom\fR jump to the bottom of the current buddy chat buffer
130 \fBsearch_backward\fR text search for text in the current buddy chat buffer
131 \fBsearch_forward\fR text search for text in the current buddy chat buffer
130 132
131 .TP 133 .TP
132 \fB/clear\fR 134 \fB/clear\fR
133 The clear command is actually an alias for "/buffer clear"\&. 135 The clear command is actually an alias for "/buffer clear"\&.
134 136