diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-29 10:33:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-29 10:33:08 +0200 |
commit | 0f5b4dbecbbcc413edbda5d0c3decefaf03683d2 (patch) | |
tree | 38387372b0f5ecf8e5b28d55a661c9c106761923 /doc/it/autogen/user/weechat_options.txt | |
parent | 56a39bc8c8f670801117b6c3851caf46ed34d264 (diff) | |
download | weechat-0f5b4dbecbbcc413edbda5d0c3decefaf03683d2.zip |
core: add new option weechat.look.separator_vertical, rename option weechat.look.hline_char to weechat.look.separator_horizontal
Diffstat (limited to 'doc/it/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 8d6bb9f37..1d6fe1521 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -383,11 +383,6 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `""`) -* *weechat.look.hline_char* -** descrizione: `carattere usato per disegnare i separatori orizzontali intorno alle barre (un valore vuoto disegnerà una vera riga con ncurses, ma può causare errori con la selezione dell'URL in alcuni terminali), i caratteri wide NON sono consentiti` -** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `"-"`) - * *weechat.look.hotlist_add_buffer_if_away* ** descrizione: `aggiunge qualsiasi buffer alla hotlist (inclusi buffer corrente o visibili) se la variabile locale "away" è impostata sul buffer` ** tipo: bool @@ -598,6 +593,16 @@ ** tipo: bool ** valori: on, off (valore predefinito: `on`) +* *weechat.look.separator_horizontal* +** descrizione: `carattere usato per disegnare i separatori orizzontali intorno alle barre (un valore vuoto disegnerà una vera riga con ncurses, ma può causare errori con la selezione dell'URL in alcuni terminali), i caratteri wide NON sono consentiti` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"-"`) + +* *weechat.look.separator_vertical* +** descrizione: `char used to draw vertical separators around bars (empty value will draw a real line with ncurses), wide chars are NOT allowed here` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `""`) + * *weechat.look.set_title* ** descrizione: `imposta titolo per la finestra (terminale per interfacce Curses) con nome e versione` ** tipo: bool |