comparison mcabber/doc/mcabber.1.txt @ 511:c7cdb9c6d7aa

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Nov 2005 17:49:29 +0100
parents 74dcd0df532e
children fdd1637db7f3
comparison
equal deleted inserted replaced
510:6c3cd3aa4a91 511:c7cdb9c6d7aa
107 /buffer clear|top|bottom|search_backward|search_forward|date|%:: 107 /buffer clear|top|bottom|search_backward|search_forward|date|%::
108 The 'buffer' command manipulates the current buddy's buffer 108 The 'buffer' command manipulates the current buddy's buffer
109 (chat window). 109 (chat window).
110 110
111 'clear';; clear the current buddy chat window 111 'clear';; clear the current buddy chat window
112 'bottom';; jump to the bottom of the current buddy chat buffer
112 'top';; jump to the top of the current buddy chat buffer 113 'top';; jump to the top of the current buddy chat buffer
113 'bottom';; jump to the bottom of the current buddy chat buffer 114 'up' [n];; scroll the buffer up n lines (default: half a screen)
115 'down' [n];; scroll the buffer down n lines (default: half a screen)
114 'search_backward' text;; search for "text" in the current buddy chat buffer 116 'search_backward' text;; search for "text" in the current buddy chat buffer
115 'search_forward' text;; search for "text" in the current buddy chat buffer 117 'search_forward' text;; search for "text" in the current buddy chat buffer
116 '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) 118 '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)
117 '%' n;; jump to position %n of the buddy chat buffer 119 '%' n;; jump to position %n of the buddy chat buffer
118 120