# HG changeset patch # User Mikael Berthe # Date 1131814169 -3600 # Node ID c7cdb9c6d7aa53cd9b1b2a316a9119926617a8f6 # Parent 6c3cd3aa4a91e4e8d3425a81eec9aa57bdc40904 Update documentation diff -r 6c3cd3aa4a91 -r c7cdb9c6d7aa mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Nov 12 17:36:20 2005 +0100 +++ b/mcabber/doc/mcabber.1 Sat Nov 12 17:49:29 2005 +0100 @@ -138,8 +138,10 @@ The buffer command manipulates the current buddy's buffer (chat window)\&. \fBclear\fR clear the current buddy chat window + \fBbottom\fR jump to the bottom of the current buddy chat buffer \fBtop\fR jump to the top of the current buddy chat buffer - \fBbottom\fR jump to the bottom of the current buddy chat buffer + \fBup\fR [n] scroll the buffer up n lines (default: half a screen) + \fBdown\fR [n] scroll the buffer down n lines (default: half a screen) \fBsearch_backward\fR text search for "text" in the current buddy chat buffer \fBsearch_forward\fR text search for "text" in the current buddy chat buffer \fBdate\fR date jump to the first line after the specified date in the chat buffer (date format: "YYYY\-mm\-dd[THH:MM:SS]", "\-" and ":" are optional) diff -r 6c3cd3aa4a91 -r c7cdb9c6d7aa mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Nov 12 17:36:20 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Sat Nov 12 17:49:29 2005 +0100 @@ -245,6 +245,14 @@ +bottom + + +jump to the bottom of the current buddy chat buffer + + + + top @@ -253,10 +261,18 @@ -bottom +up [n] -jump to the bottom of the current buddy chat buffer +scroll the buffer up n lines (default: half a screen) + + + + +down [n] + + +scroll the buffer down n lines (default: half a screen) @@ -680,7 +696,7 @@ diff -r 6c3cd3aa4a91 -r c7cdb9c6d7aa mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Nov 12 17:36:20 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Sat Nov 12 17:49:29 2005 +0100 @@ -109,8 +109,10 @@ (chat window). 'clear';; clear the current buddy chat window + 'bottom';; jump to the bottom of the current buddy chat buffer 'top';; jump to the top of the current buddy chat buffer - 'bottom';; jump to the bottom of the current buddy chat buffer + 'up' [n];; scroll the buffer up n lines (default: half a screen) + 'down' [n];; scroll the buffer down n lines (default: half a screen) 'search_backward' text;; search for "text" in the current buddy chat buffer 'search_forward' text;; search for "text" in the current buddy chat buffer 'date' date;; jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional) diff -r 6c3cd3aa4a91 -r c7cdb9c6d7aa mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Sat Nov 12 17:36:20 2005 +0100 +++ b/mcabber/mcabberrc.example Sat Nov 12 17:49:29 2005 +0100 @@ -80,7 +80,7 @@ #set tracelog_level = 1 #set tracelog_file = /home/mikael/mcabber.log -# Status messages +# Status messages # The "message" value will override all others, take care! #set message = Unique message status #set message_avail = I'm available @@ -90,7 +90,7 @@ #set message_away = I'm away #set message_autoaway = Auto-away -# Colors +# Colors # Colors are: black, red, green, yellow, blue, magenta, cyan, white # You can use the "default" color, too (i.e. for transparent background) #set color_background = blue @@ -100,13 +100,21 @@ #set color_rosterselect = black #set color_backselected = cyan -# Aliases +# Style +# Buddy name format (in status window): +# - 0: (default) "" +# - 1: "name " (name is omitted if same as the jid) +# - 2: "name/resource" (if the name is the same as the jid, use ) +# - 3: "name" (if the name is the same as the jid, use ) +#set buddy_format = 2 + +# Aliases alias online = status online alias away = status away alias dnd = status dnd alias notavail = status notavail -# Key bindings +# Key bindings # Ctlr-X (24) bound to /roster alternate bind 24 = roster alternate # F5 (269) bound to /roster toggle_offline (centericq-like, IIRC)