comparison mcabber/doc/mcabber.1.txt @ 870:4b77a2ab18e5

Update manpage
author Mikael Berthe <mikael@lilotux.net>
date Thu, 25 May 2006 19:02:23 +0200
parents bfaab692a683
children e583d617838a
comparison
equal deleted inserted replaced
869:9ce308598c0a 870:4b77a2ab18e5
152 ' \{a\} Jane';; Jane is away, but she cannot see your online status 152 ' \{a\} Jane';; Jane is away, but she cannot see your online status
153 '#[C] x@y.c';; You are participating in x@y.c conference room, and there are unread messages 153 '#[C] x@y.c';; You are participating in x@y.c conference room, and there are unread messages
154 154
155 COMMANDS RELATED TO MCABBER 155 COMMANDS RELATED TO MCABBER
156 --------------------------- 156 ---------------------------
157 /alias name = command line:: 157 /alias [name [= command line]]::
158 Add "name" as an alias for "command line". + 158 Add "name" as an alias for "command line". +
159 Aliases are expanded only once, thus they can not be chained. + 159 Aliases are expanded only once, thus they can not be chained. +
160 "/alias name" displays the value associated with the "name" alias; 160 "/alias name" displays the value associated with the "name" alias; +
161 "/alias name =" unsets the "name" alias. + 161 "/alias name =" unsets the "name" alias. +
162 "/alias" displays a list of the existing aliases. +
162 Example: "/alias away = status away". 163 Example: "/alias away = status away".
163 164
164 /bind keycode = command line:: 165 /bind [keycode [= command line]]::
165 Bind a command line to the key with the "keycode" code number. + 166 Bind a command line to the key with the "keycode" code number. +
166 Keycodes of unused keys are displayed by `mcabber` in the log window 167 Keycodes of unused keys are displayed by `mcabber` in the log window
167 when pressing the key, for example "Unknown key=265". + 168 when pressing the key, for example "Unknown key=265". +
168 "/bind keycode" displays the command line bound to the given keycode; 169 "/bind keycode" displays the command line bound to the given keycode; +
169 "/bind keycode" unbinds the given keycode. + 170 "/bind keycode =" unbinds the given keycode. +
171 "/bind" displays a list of the bound keycodes. +
170 Note: aliases can be used in key bindings. + 172 Note: aliases can be used in key bindings. +
171 Example: "/bind 265 = status online" (265 is F1 for me, but it may 173 Example: "/bind 265 = status online" (265 is F1 for me, but it may
172 depend on your ncurses installation). 174 depend on your ncurses installation).
173 175
174 /buffer clear|top|bottom|date|%|search_backward|search_forward:: 176 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward::
175 The 'buffer' command manipulates the current buddy's buffer 177 The 'buffer' command manipulates the current buddy's buffer
176 (chat window). 178 (chat window).
177 179
178 'clear';; clear the current buddy chat window 180 'clear';; clear the current buddy chat window
181 'purge';; purge the current buddy chat window
179 'bottom';; jump to the bottom of the current buddy chat buffer 182 'bottom';; jump to the bottom of the current buddy chat buffer
180 'top';; jump to the top of the current buddy chat buffer 183 'top';; jump to the top of the current buddy chat buffer
181 'up' [n];; scroll the buffer up n lines (default: half a screen) 184 'up' [n];; scroll the buffer up n lines (default: half a screen)
182 'down' [n];; scroll the buffer down n lines (default: half a screen) 185 'down' [n];; scroll the buffer down n lines (default: half a screen)
183 '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) 186 '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)
185 'search_backward' text;; search for "text" in the current buddy chat buffer 188 'search_backward' text;; search for "text" in the current buddy chat buffer
186 'search_forward' text;; search for "text" in the current buddy chat buffer 189 'search_forward' text;; search for "text" in the current buddy chat buffer
187 190
188 /clear:: 191 /clear::
189 The 'clear' command is actually an alias for "/buffer clear". 192 The 'clear' command is actually an alias for "/buffer clear".
193
194 /help [command]::
195 Display generic help or help about a specific mcabber command.
190 196
191 /quit:: 197 /quit::
192 Disconnect and leave `mcabber(1)`. 198 Disconnect and leave `mcabber(1)`.
193 199
194 /version:: 200 /version::