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/it | |
parent | 8cc9b3ced66aa444936c2f2c202f394ffd4418de (diff) | |
download | weechat-ce0a81fe20d475f2c5a269cc9b1f0b0dbfa83f83.zip |
core: add new options weechat.look.bar_more_left/right/up/down
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 8769ad8e9..f283c524b 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -323,6 +323,26 @@ ** tipo: intero ** valori: time, buffer, prefix, suffix, message (valore predefinito: `message`) +* *weechat.look.bar_more_down* +** descrizione: `string displayed when bar can be scrolled down (for bars with filling different from "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"++"`) + +* *weechat.look.bar_more_left* +** descrizione: `string displayed when bar can be scrolled to the left (for bars with filling "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"<<"`) + +* *weechat.look.bar_more_right* +** descrizione: `string displayed when bar can be scrolled to the right (for bars with filling "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `">>"`) + +* *weechat.look.bar_more_up* +** descrizione: `string displayed when bar can be scrolled up (for bars with filling different from "horizontal")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"--"`) + * *weechat.look.buffer_notify_default* ** descrizione: `livello predefinito di notifica per i buffer (utilizzato per comunicare a WeeChat se il buffer deve essere visualizzato nella hotlist oppure no, a seconda dell'importanza del messaggio): all: tutti i messaggi (predefinito), message=messaggi+eventi, highlight=solo eventi, none=non viene mai visualizzato nella hotlist` ** tipo: intero @@ -459,7 +479,7 @@ ** valori: 0 .. 65535 (valore predefinito: `32`) * *weechat.look.item_buffer_filter* -** descrizione: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter"` +** descrizione: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"*"`) |