comparison mcabber/doc/help/en/hlp_buffer.txt @ 904:9d11c1b1af7a

English help files Thanks to Salvador and Lione for their work.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 20:55:28 +0200
parents
children 5d7c05932b13
comparison
equal deleted inserted replaced
903:c4f164c4b0d3 904:9d11c1b1af7a
1
2 /BUFFER [clear|purge|top|bottom|date|%|search_backward|search_forward]
3 /BUFFER [scroll_lock|scroll_unlock|scroll_toggle]
4
5 Buddy's buffer manipulation command. Eg. you can search through buffer for "text", clear chat window etc.
6
7 /buffer clear
8 Clear the current buddy chat window
9 /buffer purge
10 Clear the current buddy chat window and empty all contents of the chat buffer
11 /buffer bottom
12 Jump to the bottom of the current buddy chat buffer
13 /buffer top
14 Jump to the top of the current buddy chat buffer
15 /buffer up [n]
16 Scroll the buffer up [n] lines (default: half a screen)
17 /buffer down [n]
18 Scroll the buffer down [n] lines (default: half a screen)
19 /buffer date [date]
20 Jump to the first line after the specified [date] in the chat buffer (date format: "YYYY-mm-dd")
21 /buffer % n
22 Jump to position %n of the buddy chat buffer
23 /buffer search_backward text
24 Search for [text] in the current buddy chat buffer
25 /buffer search_forward text
26 Search for [text] in the current buddy chat buffer
27 /buffer scroll_lock
28 Lock buffer scrolling
29 /buffer scroll_unlock
30 Unlock buffer scrolling
31 /buffer scroll_toggle
32 Toggle buffer scrolling (lock/unlock)