annotate mcabber/doc/help/en/hlp_buffer.txt @ 1135:5d7c05932b13

Add command /buffer close
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Feb 2007 20:05:57 +0100
parents 9d11c1b1af7a
children 8ba4b1e8b42d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1135
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
2 /BUFFER [clear|close|purge]
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
3 /BUFFER [top|bottom|date|%|search_backward|search_forward]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 /BUFFER [scroll_lock|scroll_unlock|scroll_toggle]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6 Buddy's buffer manipulation command. Eg. you can search through buffer for "text", clear chat window etc.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 /buffer clear
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 Clear the current buddy chat window
1135
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
10 /buffer close
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
11 Empty all contents of the buffer and close the current buddy chat window
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 /buffer purge
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 Clear the current buddy chat window and empty all contents of the chat buffer
1135
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
14 /buffer top
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
15 Jump to the top of the current buddy chat buffer
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 /buffer bottom
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Jump to the bottom of the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
18 /buffer up [n]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 Scroll the buffer up [n] lines (default: half a screen)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
20 /buffer down [n]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
21 Scroll the buffer down [n] lines (default: half a screen)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /buffer date [date]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Jump to the first line after the specified [date] in the chat buffer (date format: "YYYY-mm-dd")
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /buffer % n
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Jump to position %n of the buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /buffer search_backward text
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Search for [text] in the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /buffer search_forward text
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Search for [text] in the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /buffer scroll_lock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Lock buffer scrolling
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
32 /buffer scroll_unlock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
33 Unlock buffer scrolling
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /buffer scroll_toggle
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Toggle buffer scrolling (lock/unlock)