diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 23:42:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 23:42:46 +0200 |
commit | ce0a81fe20d475f2c5a269cc9b1f0b0dbfa83f83 (patch) | |
tree | 6701646c370951dae40ec1b8d9d1a56be0840192 /doc/en/autogen/user/weechat_options.txt | |
parent | 8cc9b3ced66aa444936c2f2c202f394ffd4418de (diff) | |
download | weechat-ce0a81fe20d475f2c5a269cc9b1f0b0dbfa83f83.zip |
core: add new options weechat.look.bar_more_left/right/up/down
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 76726828c..efb8c75d2 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** type: integer ** values: time, buffer, prefix, suffix, message (default value: `message`) +* *weechat.look.bar_more_down* +** description: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")` +** type: string +** values: any string (default value: `"++"`) + +* *weechat.look.bar_more_left* +** description: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")` +** type: string +** values: any string (default value: `"<<"`) + +* *weechat.look.bar_more_right* +** description: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")` +** type: string +** values: any string (default value: `">>"`) + +* *weechat.look.bar_more_up* +** description: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")` +** type: string +** values: any string (default value: `"--"`) + * *weechat.look.buffer_notify_default* ** description: `default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message): all=all messages (default), message=messages+highlights, highlight=highlights only, none=never display in hotlist` ** type: integer @@ -459,7 +479,7 @@ ** values: 0 .. 65535 (default value: `32`) * *weechat.look.item_buffer_filter* -** description: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter"` +** description: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** type: string ** values: any string (default value: `"*"`) |