comparison mcabber/doc/mcabber.1 @ 775:b4befb3052e5

Update NEWS, ChangeLog and documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Mar 2006 19:55:46 +0100
parents 0311d7e2bb1c
children 7362ed14dee0
comparison
equal deleted inserted replaced
774:46304b773a44 775:b4befb3052e5
35 35
36 36
37 The mcabber(1) screen is divided into 4 regions\&. The \fIroster\fR, alias \fIbuddylist\fR, is on the left\&. The \fIchat window\fR, or chat buffer, is on the right\&. The \fIinput line\fR lies at the bottom of the screen, under a small \fIlog window\fR\&. 37 The mcabber(1) screen is divided into 4 regions\&. The \fIroster\fR, alias \fIbuddylist\fR, is on the left\&. The \fIchat window\fR, or chat buffer, is on the right\&. The \fIinput line\fR lies at the bottom of the screen, under a small \fIlog window\fR\&.
38 38
39 39
40 Two status lines surround the log window\&. The bottom status line is the "main status line" and reflects mcabber general status\&. The other line is the "chat status line" and shows the status of the currently selected buddy\&.
41
42
40 To display buddies chat buffers, you will have to enter \fIchat mode\fR\&. 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\&. 43 To display buddies chat buffers, you will have to enter \fIchat mode\fR\&. 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\&.
41 44
42 45
43 Here are some of the features of mcabber: 46 Here are some of the features of mcabber:
44 47
101 Tab Complete current word, in the input line 104 Tab Complete current word, in the input line
102 105
103 Ctrl\-g Cancel completion / ctrl\-g 106 Ctrl\-g Cancel completion / ctrl\-g
104 107
105 Ctrl\-p/Ctrl\-n Scroll up/down half a screen in the buffer window (chat mode) 108 Ctrl\-p/Ctrl\-n Scroll up/down half a screen in the buffer window (chat mode)
109
110 Ctrl\-Left Move the cursor back to the start of the current or previous word
111
112 Ctrl\-Right Move the cursor forward to the end of the current or next word
106 113
107 Ctrl\-u Delete from beginning of the line to the cursor 114 Ctrl\-u Delete from beginning of the line to the cursor
108 115
109 Ctrl\-k Delete from the cursor to the end of line 116 Ctrl\-k Delete from the cursor to the end of line
110 117
178 Delete the current buddy from our roster, unsubscribe from its presence notification and unsubscribe it from ours\&. 185 Delete the current buddy from our roster, unsubscribe from its presence notification and unsubscribe it from ours\&.
179 186
180 .TP 187 .TP
181 \fB/disconnect\fR 188 \fB/disconnect\fR
182 Terminate connection to the Jabber server\&. Note: the roster is only available when the connection to the server is active, so the buddylist is empty when disconnected\&. 189 Terminate connection to the Jabber server\&. Note: the roster is only available when the connection to the server is active, so the buddylist is empty when disconnected\&.
190
191 .TP
192 \fB/event #n accept|ignore|reject\fR, \fB/event list\fR
193 Tell mcabber what to do about a pending event\&.
194 \fBaccept\fR accept the event #n
195 \fBignore\fR remove the event #n from the list
196 \fBreject\fR reject the event #n
197 \fBlist\fR list all pending events
183 198
184 .TP 199 .TP
185 \fB/group\fR fold|unfold|toggle 200 \fB/group\fR fold|unfold|toggle
186 The group command changes the current group display\&. 201 The group command changes the current group display\&.
187 202