mcabber/doc/mcabber.1.txt
changeset 775 b4befb3052e5
parent 710 0311d7e2bb1c
child 786 23f7e4f47235
equal deleted inserted replaced
774:46304b773a44 775:b4befb3052e5
     1 MCABBER(1)
     1 MCABBER(1)
     2 ===========
     2 ===========
     3 Mikael BERTHE <mcabber@lilotux.net>
     3 Mikael BERTHE <mcabber@lilotux.net>
     4 v0.7.5-dev, February 2006
     4 v0.7.5-dev, March 2006
     5 
     5 
     6 NAME
     6 NAME
     7 ----
     7 ----
     8 mcabber - a simple Jabber console client
     8 mcabber - a simple Jabber console client
     9 
     9 
    22 
    22 
    23 The `mcabber(1)` screen is divided into 4 regions.
    23 The `mcabber(1)` screen is divided into 4 regions.
    24 The 'roster', alias 'buddylist', is on the left.  The 'chat window', or chat
    24 The 'roster', alias 'buddylist', is on the left.  The 'chat window', or chat
    25 buffer, is on the right.  The 'input line' lies at the bottom of the screen,
    25 buffer, is on the right.  The 'input line' lies at the bottom of the screen,
    26 under a small 'log window'.
    26 under a small 'log window'.
       
    27 
       
    28 Two status lines surround the log window.  The bottom status line is the
       
    29 "main status line" and reflects mcabber general status.  The other line
       
    30 is the "chat status line" and shows the status of the currently selected
       
    31 buddy.
    27 
    32 
    28 To display buddies chat buffers, you will have to enter 'chat mode'.
    33 To display buddies chat buffers, you will have to enter 'chat mode'.
    29 You can enter chat mode by pressing enter, and leave chat mode with the ESC
    34 You can enter chat mode by pressing enter, and leave chat mode with the ESC
    30 key.  Simply sending a message will also enable chat mode.
    35 key.  Simply sending a message will also enable chat mode.
    31 
    36 
    77 Up/Down::       Move in the input line history
    82 Up/Down::       Move in the input line history
    78 PgUp/PgDown::   Move inside the roster (buddylist)
    83 PgUp/PgDown::   Move inside the roster (buddylist)
    79 Tab::           Complete current word, in the input line
    84 Tab::           Complete current word, in the input line
    80 Ctrl-g::        Cancel completion / ctrl-g
    85 Ctrl-g::        Cancel completion / ctrl-g
    81 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode)
    86 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode)
       
    87 Ctrl-Left::     Move the cursor back to the start of the current or previous word
       
    88 Ctrl-Right::    Move the cursor forward to the end of the current or next word
    82 Ctrl-u::        Delete from beginning of the line to the cursor
    89 Ctrl-u::        Delete from beginning of the line to the cursor
    83 Ctrl-k::        Delete from the cursor to the end of line
    90 Ctrl-k::        Delete from the cursor to the end of line
    84 Ctrl-w::        Backward kill word
    91 Ctrl-w::        Backward kill word
    85 Ctrl-t::        Transpose chars
    92 Ctrl-t::        Transpose chars
    86 Ctrl-o::        Accept line and put the next history line in the input line (accept-line-and-down-history)
    93 Ctrl-o::        Accept line and put the next history line in the input line (accept-line-and-down-history)
   146 
   153 
   147 /disconnect::
   154 /disconnect::
   148         Terminate connection to the Jabber server.  Note: the roster is only
   155         Terminate connection to the Jabber server.  Note: the roster is only
   149         available when the connection to the server is active, so the
   156         available when the connection to the server is active, so the
   150         buddylist is empty when disconnected.
   157         buddylist is empty when disconnected.
       
   158 
       
   159 /event #n accept|ignore|reject::
       
   160 /event list::
       
   161         Tell mcabber what to do about a pending event.
       
   162 
       
   163         'accept';;  accept the event #n
       
   164         'ignore';;  remove the event #n from the list
       
   165         'reject';;  reject the event #n
       
   166         'list';;    list all pending events
   151 
   167 
   152 /group fold|unfold|toggle::
   168 /group fold|unfold|toggle::
   153         The 'group' command changes the current group display.
   169         The 'group' command changes the current group display.
   154 
   170 
   155         'fold';;   fold (shrink) the current group tree in the roster
   171         'fold';;   fold (shrink) the current group tree in the roster