# HG changeset patch # User mikael@frmp8452 # Date 1120258023 -3600 # Node ID 33e1a05864a63281a9fb0fe48f9d0824cfc6c835 # Parent 594e73bc96105e2400b19faf743c21d0c3150088 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: still do commands completion. diff -r 594e73bc9610 -r 33e1a05864a6 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Fri Jul 01 20:25:03 2005 +0100 +++ b/mcabber/doc/mcabber.1 Fri Jul 01 23:47:03 2005 +0100 @@ -140,10 +140,11 @@ Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. This command only works with users (not agents), at the moment\&. .TP -\fB/msay\fR begin|send|abort -Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR 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\&. +\fB/msay\fR begin|verbatim|send|abort +Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR 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\&. The \fIverbatim\fR 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\&. \fBbegin\fR enter multi\-line mode + \fBverbatim\fR enter verbatim multi\-line mode \fBsend\fR send the current multi\-line message to the currently selected buddy \fBabort\fR leave multi\-line mode without sending the message diff -r 594e73bc9610 -r 33e1a05864a6 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Fri Jul 01 20:25:03 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Fri Jul 01 23:47:03 2005 +0100 @@ -2,7 +2,7 @@ - + @@ -17,30 +17,20 @@

SYNOPSIS

-

-mcabber [ -f configfile ] [ —help | -h ] -

+

mcabber [ -f configfile ] [ --help | -h ]

DESCRIPTION

-

-mcabber(1) is a small Jabber console client.
+

mcabber(1) is a small Jabber console client.
For now it needs a configuration file to start, so please copy the sample -mcabberrc file and adapt your connection settings. -

-

-The mcabber(1) screen is divided into 4 regions. +mcabberrc file and adapt your connection settings.

+

The mcabber(1) screen is divided into 4 regions. The roster, alias buddylist, is on the left. The chat window, or chat buffer, is on the right. The input line lies at the bottom of the screen, -under a small log window. -

-

-To display buddies chat buffers, you will have to enter chat mode. +under a small log window.

+

To display buddies chat buffers, you will have to enter chat mode. You can enter chat mode by pressing enter, and leave chat mode with the ESC -key. Simply sending a message will also enable chat mode. -

-

-Here are some of the features of mcabber: -

+key. Simply sending a message will also enable chat mode.

+

Here are some of the features of mcabber: