diff mcabber/doc/mcabber.1.txt @ 260:33e1a05864a6

Add "verbatim multi-line" mode, with commands disabled "/msay verbatim" enters multi-line mode with all commands disabled but "/msay", so that lines beginning with a slash '/' can be sent. Note: <Tab> still do commands completion.
author mikael@frmp8452
date Fri, 01 Jul 2005 23:47:03 +0100
parents 719b87a693a9
children 1bcc3eec08f0
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1.txt	Fri Jul 01 20:25:03 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Fri Jul 01 23:47:03 2005 +0100
@@ -111,15 +111,18 @@
         specified, then the buddy is moved to the default group.
         This command only works with users (not agents), at the moment.
 
-/msay begin|send|abort::
+/msay begin|verbatim|send|abort::
         Send a multi-line message.  To write a single message with several
         lines, the 'multi-line mode' should be used.  In multi-line mode,
         each line (except command lines) typed in the input line will
         be added to the multi-line message.  Once the message is finished, it
         can be sent to the current selected buddy with the "msay /send"
-        command.
+        command.  The 'verbatim' multi-line mode disables commands, so that it
+        is possible to enter lines starting with a slash.  Only the "/msay"
+        command (with send or abort parameters) can be used to exit verbatim mode.
 
         'begin';; enter multi-line mode
+        'verbatim';; enter verbatim multi-line mode
         'send';; send the current multi-line message to the currently selected buddy
         'abort';; leave multi-line mode without sending the message