comparison mcabber/doc/mcabber.1.txt @ 465:52171a3dc199

Update manual page (/buffer command)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:49:46 +0200
parents fa93f47a08fe
children 73aa14eba3c7
comparison
equal deleted inserted replaced
464:e4840b288be0 465:52171a3dc199
101 "/bind keycode" unbinds the given keycode. + 101 "/bind keycode" unbinds the given keycode. +
102 Note: aliases can be used in key bindings. + 102 Note: aliases can be used in key bindings. +
103 Example: "/bind 265 = status online" (265 is F1 for me, but it may 103 Example: "/bind 265 = status online" (265 is F1 for me, but it may
104 depend on your ncurses installation). 104 depend on your ncurses installation).
105 105
106 /buffer clear|top|bottom|search_backward|search_forward:: 106 /buffer clear|top|bottom|search_backward|search_forward|date|%::
107 The 'buffer' command manipulates the current buddy's buffer 107 The 'buffer' command manipulates the current buddy's buffer
108 (chat window). 108 (chat window).
109 109
110 'clear';; clear the current buddy chat window 110 'clear';; clear the current buddy chat window
111 'top';; jump to the top of the current buddy chat buffer 111 'top';; jump to the top of the current buddy chat buffer
112 'bottom';; jump to the bottom of the current buddy chat buffer 112 'bottom';; jump to the bottom of the current buddy chat buffer
113 'search_backward' text;; search for text in the current buddy chat buffer 113 'search_backward' text;; search for text in the current buddy chat buffer
114 'search_forward' text;; search for text in the current buddy chat buffer 114 'search_forward' text;; search for text in the current buddy chat buffer
115 '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)
116 '%' n;; jump to position %n of the buddy chat buffer
115 117
116 /clear:: 118 /clear::
117 The 'clear' command is actually an alias for "/buffer clear". 119 The 'clear' command is actually an alias for "/buffer clear".
118 120
119 /connect:: 121 /connect::