comparison mcabber/doc/mcabber.1.txt @ 876:e583d617838a

Update manpage Update /buffer command help.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 May 2006 00:05:17 +0200
parents 4b77a2ab18e5
children e58ae191a25c
comparison
equal deleted inserted replaced
875:fcf82bc5037c 876:e583d617838a
172 Note: aliases can be used in key bindings. + 172 Note: aliases can be used in key bindings. +
173 Example: "/bind 265 = status online" (265 is F1 for me, but it may 173 Example: "/bind 265 = status online" (265 is F1 for me, but it may
174 depend on your ncurses installation). 174 depend on your ncurses installation).
175 175
176 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward:: 176 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward::
177 /buffer scroll_lock|scroll_unlock|scroll_toggle::
177 The 'buffer' command manipulates the current buddy's buffer 178 The 'buffer' command manipulates the current buddy's buffer
178 (chat window). 179 (chat window).
179 180
180 'clear';; clear the current buddy chat window 181 'clear';; clear the current buddy chat window
181 'purge';; purge the current buddy chat window 182 'purge';; clear the current buddy chat window and empty all contents of the chat buffer
182 'bottom';; jump to the bottom of the current buddy chat buffer 183 'bottom';; jump to the bottom of the current buddy chat buffer
183 'top';; jump to the top of the current buddy chat buffer 184 'top';; jump to the top of the current buddy chat buffer
184 'up' [n];; scroll the buffer up n lines (default: half a screen) 185 'up' [n];; scroll the buffer up n lines (default: half a screen)
185 'down' [n];; scroll the buffer down n lines (default: half a screen) 186 'down' [n];; scroll the buffer down n lines (default: half a screen)
186 '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) 187 '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)
187 '%' n;; jump to position %n of the buddy chat buffer 188 '%' n;; jump to position %n of the buddy chat buffer
188 'search_backward' text;; search for "text" in the current buddy chat buffer 189 'search_backward' text;; search for "text" in the current buddy chat buffer
189 'search_forward' text;; search for "text" in the current buddy chat buffer 190 'search_forward' text;; search for "text" in the current buddy chat buffer
191 'scroll_lock';; lock buffer scrolling
192 'scroll_unlock';; unlock buffer scrolling
193 'scroll_toggle';; toggle buffer scrolling (lock/unlock)
190 194
191 /clear:: 195 /clear::
192 The 'clear' command is actually an alias for "/buffer clear". 196 The 'clear' command is actually an alias for "/buffer clear".
193 197
194 /help [command]:: 198 /help [command]::