annotate mcabber/doc/help/en/hlp_buffer.txt @ 2023:26edaf6ea10b

xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Jul 2012 22:39:17 +0200
parents 2fdb75cb3725
children
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
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
2 /BUFFER clear|close|close_all|purge|list
1958
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1776
diff changeset
3 /BUFFER top|bottom|date|%|readmark
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1776
diff changeset
4 /BUFFER search_backward|search_forward
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
5 /BUFFER scroll_lock|scroll_unlock|scroll_toggle
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
6 /BUFFER save filename
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
8 Buddy's buffer manipulation command. E.g. you can search through buffer for "text", clear chat window etc.
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 /buffer clear
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 Clear the current buddy chat window
1279
8bbc764139ef Implement /buffer close|purge [jid]
Mikael Berthe <mikael@lilotux.net>
parents: 1138
diff changeset
12 /buffer close [jid]
1135
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
13 Empty all contents of the buffer and close the current buddy chat window
1138
8ba4b1e8b42d Add command /buffer close_all
Mikael Berthe <mikael@lilotux.net>
parents: 1135
diff changeset
14 /buffer close_all
8ba4b1e8b42d Add command /buffer close_all
Mikael Berthe <mikael@lilotux.net>
parents: 1135
diff changeset
15 Empty all contents of the chat buffers and close the chat windows
1279
8bbc764139ef Implement /buffer close|purge [jid]
Mikael Berthe <mikael@lilotux.net>
parents: 1138
diff changeset
16 /buffer purge [jid]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Clear the current buddy chat window and empty all contents of the chat buffer
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1279
diff changeset
18 /buffer list
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1279
diff changeset
19 Display the list of existing buffers, with their length (lines/blocks)
1135
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
20 /buffer top
5d7c05932b13 Add command /buffer close
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
21 Jump to the top of the current buddy chat buffer
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /buffer bottom
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Jump to the bottom of the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /buffer up [n]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Scroll the buffer up [n] lines (default: half a screen)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /buffer down [n]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Scroll the buffer down [n] lines (default: half a screen)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /buffer date [date]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 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
30 /buffer % n
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Jump to position %n of the buddy chat buffer
1958
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1776
diff changeset
32 /buffer readmark
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1776
diff changeset
33 Jump to the readmark (first unread line), if there is one
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /buffer search_backward text
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Search for [text] in the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /buffer search_forward text
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 Search for [text] in the current buddy chat buffer
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
38 /buffer scroll_lock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
39 Lock buffer scrolling
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
40 /buffer scroll_unlock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
41 Unlock buffer scrolling
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
42 /buffer scroll_toggle
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
43 Toggle buffer scrolling (lock/unlock)
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
44 /buffer save filename
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
45 Save the contents of the current buffer to the file "filename"