summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-05-18 18:21:21 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-05-18 18:21:21 +0200
commit3561fa88567c373c71aa59245fd48c5c8f9e0fff (patch)
tree4d86ca8674068a079c349ba60095151a82b2b707 /doc/en
parent4bfc005d9d1ca70a212884e347c0b3394bd97d6a (diff)
downloadweechat-3561fa88567c373c71aa59245fd48c5c8f9e0fff.zip
Add option weechat.history.max_visited_buffers
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/weechat_commands.xml2
-rw-r--r--doc/en/autogen/weechat_options.xml10
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml
index 0739e6434..8ff739f4f 100644
--- a/doc/en/autogen/weechat_commands.xml
+++ b/doc/en/autogen/weechat_commands.xml
@@ -150,7 +150,7 @@ clear: clear history
value: number of history entries to show
</programlisting>
-<command>/input return | complete_next | complete_previous | search_next | delete_previous_char | delete_next_char | delete_previous_word | delete_next_word | delete_beginning_of_line | delete_end_of_line | delete_line | clipboard_paste | transpose_chars | move_beginning_of_line | move_end_of_line | move_previous_char | move_next_char | move_previous_word | move_next_word | history_previous | history_next | history_global_previous | history_global_next | jump_smart | jump_last_buffer | jump_previous_buffer | hotlist_clear | grab_key | scroll_unread | set_unread | set_unread_current_buffer | insert [args]</command>
+<command>/input return | complete_next | complete_previous | search_next | delete_previous_char | delete_next_char | delete_previous_word | delete_next_word | delete_beginning_of_line | delete_end_of_line | delete_line | clipboard_paste | transpose_chars | move_beginning_of_line | move_end_of_line | move_previous_char | move_next_char | move_previous_word | move_next_word | history_previous | history_next | history_global_previous | history_global_next | jump_smart | jump_last_buffer | jump_previously_visited_buffer | jump_next_visited_buffer | hotlist_clear | grab_key | scroll_unread | set_unread | set_unread_current_buffer | insert [args]</command>
<programlisting>
functions for command line
diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml
index db177af34..2458adcfe 100644
--- a/doc/en/autogen/weechat_options.xml
+++ b/doc/en/autogen/weechat_options.xml
@@ -716,6 +716,16 @@
</listitem>
</itemizedlist>
+<command>weechat.history.max_visited_buffers</command>: maximum number of visited buffers to keep in memory
+<itemizedlist>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 1000 (default value: 50)</para>
+ </listitem>
+</itemizedlist>
+
<command>weechat.look.buffer_notify_default</command>: default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message)
<itemizedlist>
<listitem>