comparison mcabber/doc/mcabber.1.html @ 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 23f7e4f47235
comparison
equal deleted inserted replaced
774:46304b773a44 775:b4befb3052e5
27 it cannot (un)register accounts yet.</p> 27 it cannot (un)register accounts yet.</p>
28 <p>The <tt>mcabber(1)</tt> screen is divided into 4 regions. 28 <p>The <tt>mcabber(1)</tt> screen is divided into 4 regions.
29 The <b>roster</b>, alias <b>buddylist</b>, is on the left. The <b>chat window</b>, or chat 29 The <b>roster</b>, alias <b>buddylist</b>, is on the left. The <b>chat window</b>, or chat
30 buffer, is on the right. The <b>input line</b> lies at the bottom of the screen, 30 buffer, is on the right. The <b>input line</b> lies at the bottom of the screen,
31 under a small <b>log window</b>.</p> 31 under a small <b>log window</b>.</p>
32 <p>Two status lines surround the log window. The bottom status line is the
33 "main status line" and reflects mcabber general status. The other line
34 is the "chat status line" and shows the status of the currently selected
35 buddy.</p>
32 <p>To display buddies chat buffers, you will have to enter <b>chat mode</b>. 36 <p>To display buddies chat buffers, you will have to enter <b>chat mode</b>.
33 You can enter chat mode by pressing enter, and leave chat mode with the ESC 37 You can enter chat mode by pressing enter, and leave chat mode with the ESC
34 key. Simply sending a message will also enable chat mode.</p> 38 key. Simply sending a message will also enable chat mode.</p>
35 <p>Here are some of the features of <tt>mcabber</tt>:</p> 39 <p>Here are some of the features of <tt>mcabber</tt>:</p>
36 <ul> 40 <ul>
163 Scroll up/down half a screen in the buffer window (chat mode) 167 Scroll up/down half a screen in the buffer window (chat mode)
164 </td> 168 </td>
165 </tr> 169 </tr>
166 <tr valign="top"> 170 <tr valign="top">
167 <td> 171 <td>
172 Ctrl-Left
173 </td>
174 <td>
175 Move the cursor back to the start of the current or previous word
176 </td>
177 </tr>
178 <tr valign="top">
179 <td>
180 Ctrl-Right
181 </td>
182 <td>
183 Move the cursor forward to the end of the current or next word
184 </td>
185 </tr>
186 <tr valign="top">
187 <td>
168 Ctrl-u 188 Ctrl-u
169 </td> 189 </td>
170 <td> 190 <td>
171 Delete from beginning of the line to the cursor 191 Delete from beginning of the line to the cursor
172 </td> 192 </td>
384 </b></dt> 404 </b></dt>
385 <dd> 405 <dd>
386 Terminate connection to the Jabber server. Note: the roster is only 406 Terminate connection to the Jabber server. Note: the roster is only
387 available when the connection to the server is active, so the 407 available when the connection to the server is active, so the
388 buddylist is empty when disconnected. 408 buddylist is empty when disconnected.
409 </dd>
410 <dt><b>
411 /event #n accept|ignore|reject
412 </b></dt>
413 <dt><b>
414 /event list
415 </b></dt>
416 <dd>
417 Tell mcabber what to do about a pending event.
418 <table class="hlist">
419 <tr valign="top">
420 <td>
421 <b>accept</b>
422 </td>
423 <td>
424 accept the event #n
425 </td>
426 </tr>
427 <tr valign="top">
428 <td>
429 <b>ignore</b>
430 </td>
431 <td>
432 remove the event #n from the list
433 </td>
434 </tr>
435 <tr valign="top">
436 <td>
437 <b>reject</b>
438 </td>
439 <td>
440 reject the event #n
441 </td>
442 </tr>
443 <tr valign="top">
444 <td>
445 <b>list</b>
446 </td>
447 <td>
448 list all pending events
449 </td>
450 </tr>
451 </table>
389 </dd> 452 </dd>
390 <dt><b> 453 <dt><b>
391 /group fold|unfold|toggle 454 /group fold|unfold|toggle
392 </b></dt> 455 </b></dt>
393 <dd> 456 <dd>
848 <p>Free use of this software is granted under the terms of the GNU General Public 911 <p>Free use of this software is granted under the terms of the GNU General Public
849 License (GPL).</p> 912 License (GPL).</p>
850 <div id="footer"> 913 <div id="footer">
851 <p> 914 <p>
852 Version 0.7.5-dev<br /> 915 Version 0.7.5-dev<br />
853 Last updated 25-Feb-2006 23:01:21 CEST 916 Last updated 25-Mar-2006 19:50:02 CEST
854 </p> 917 </p>
855 </div> 918 </div>
856 </div> 919 </div>
857 </body> 920 </body>
858 </html> 921 </html>