comparison mcabber/doc/mcabber.1.txt @ 839:5759770c1968

Update documentation Mention "/msay toggle_verbatim".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:56:06 +0200
parents cd011fe9f8a5
children f8c0447beec2
comparison
equal deleted inserted replaced
838:ea1204c8a30b 839:5759770c1968
184 Move the current buddy to the requested group. If no group is 184 Move the current buddy to the requested group. If no group is
185 specified, then the buddy is moved to the default group. + 185 specified, then the buddy is moved to the default group. +
186 Tip: if the chatmode is enabled, you can use "/roster alternate" 186 Tip: if the chatmode is enabled, you can use "/roster alternate"
187 to jump to the moved buddy. 187 to jump to the moved buddy.
188 188
189 /msay begin|verbatim|send|send_to|toggle|abort:: 189 /msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort::
190 Send a multi-line message. To write a single message with several 190 Send a multi-line message. To write a single message with several
191 lines, the 'multi-line mode' should be used. + 191 lines, the 'multi-line mode' should be used. +
192 In multi-line mode, each line (except command lines) typed in the input 192 In multi-line mode, each line (except command lines) typed in the input
193 line will be added to the multi-line message. Once the message is 193 line will be added to the multi-line message. Once the message is
194 finished, it can be sent to the current selected buddy with the "/msay 194 finished, it can be sent to the current selected buddy with the "/msay
197 a message subject to be specified. + 197 a message subject to be specified. +
198 The 'verbatim' multi-line mode disables commands, so that it is 198 The 'verbatim' multi-line mode disables commands, so that it is
199 possible to enter lines starting with a slash. Only the "/msay" 199 possible to enter lines starting with a slash. Only the "/msay"
200 command (with send or abort parameters) can be used to exit verbatim 200 command (with send or abort parameters) can be used to exit verbatim
201 mode. + 201 mode. +
202 The 'toggle' subcommand can be bound to a key to use the multi-line 202 The 'toggle' and 'toggle_verbatim' subcommands can be bound to a key to
203 mode quickly (for example, "bind M13 = msay toggle" to switch using 203 use the multi-line mode quickly (for example, "bind M109 = msay toggle"
204 the Meta-Enter combination). 204 to switch using the Meta-m combination).
205 205
206 'begin' [subject];; enter multi-line mode 206 'begin' [subject];; enter multi-line mode
207 'verbatim';; enter verbatim multi-line mode 207 'verbatim';; enter verbatim multi-line mode
208 'send';; send the current multi-line message to the currently selected buddy 208 'send';; send the current multi-line message to the currently selected buddy
209 'send_to' jid;; send the current multi-line message to "jid" 209 'send_to' jid;; send the current multi-line message to "jid"
210 'toggle';; switch to/from multi-line mode (begin/send) 210 'toggle';; switch to/from multi-line mode (begin/send)
211 'toggle_verbatim';; same with verbatim multi-line mode
211 'abort';; leave multi-line mode without sending the message 212 'abort';; leave multi-line mode without sending the message
212 213
213 /quit:: 214 /quit::
214 Disconnect and leave `mcabber(1)`. 215 Disconnect and leave `mcabber(1)`.
215 216