comparison mcabber/doc/mcabber.1.txt @ 1139:104676e3389b

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Feb 2007 11:57:14 +0100
parents 73e6ca0a03a9
children 0b71fd194877
comparison
equal deleted inserted replaced
1138:8ba4b1e8b42d 1139:104676e3389b
175 "/bind" displays a list of the bound keycodes. + 175 "/bind" displays a list of the bound keycodes. +
176 Note: aliases can be used in key bindings. + 176 Note: aliases can be used in key bindings. +
177 Example: "/bind 265 = status online" (265 is F1 for me, but it may 177 Example: "/bind 265 = status online" (265 is F1 for me, but it may
178 depend on your ncurses installation). 178 depend on your ncurses installation).
179 179
180 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward:: 180 /buffer clear|close|close_all|purge::
181 /buffer top|bottom|date|%|search_backward|search_forward::
181 /buffer scroll_lock|scroll_unlock|scroll_toggle:: 182 /buffer scroll_lock|scroll_unlock|scroll_toggle::
182 The 'buffer' command manipulates the current buddy's buffer 183 The 'buffer' command manipulates the current buddy's buffer
183 (chat window). 184 (chat window).
184 185
185 'clear';; clear the current buddy chat window 186 'clear';; clear the current buddy chat window
187 'close';; empty all contents of the buffer and close the current buddy chat window
188 'close_all';; empty all contents of the chat buffers and close the chat windows
186 'purge';; clear the current buddy chat window and empty all contents of the chat buffer 189 'purge';; clear the current buddy chat window and empty all contents of the chat buffer
190 'top';; jump to the top of the current buddy chat buffer
187 'bottom';; jump to the bottom of the current buddy chat buffer 191 'bottom';; jump to the bottom of the current buddy chat buffer
188 'top';; jump to the top of the current buddy chat buffer
189 'up' [n];; scroll the buffer up n lines (default: half a screen) 192 'up' [n];; scroll the buffer up n lines (default: half a screen)
190 'down' [n];; scroll the buffer down n lines (default: half a screen) 193 'down' [n];; scroll the buffer down n lines (default: half a screen)
191 '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) 194 '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)
192 '%' n;; jump to position %n of the buddy chat buffer 195 '%' n;; jump to position %n of the buddy chat buffer
193 'search_backward' text;; search for "text" in the current buddy chat buffer 196 'search_backward' text;; search for "text" in the current buddy chat buffer