diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
commit | 0a7b708a1f600bdb8d93c95e1ede7f74b429f99d (patch) | |
tree | 2c7ad8aa7e9a4519229bcede378c4d6e5bec6689 /doc/it/autogen/user | |
parent | f43eb87d9d35b6232b744a619ffa6005173e27f2 (diff) | |
download | weechat-0a7b708a1f600bdb8d93c95e1ede7f74b429f99d.zip |
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 464317a7f..319545773 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -94,7 +94,7 @@ ** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `white`) * [[option_weechat.color.chat_nick_suffix]] *weechat.color.chat_nick_suffix* -** descrizione: `color for nick suffix (string displayed after nick in suffix)` +** descrizione: `color for nick suffix (string displayed after nick in prefix)` ** tipo: colore ** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `green`) @@ -653,6 +653,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"+"`) +* [[option_weechat.look.prefix_align_more_after]] *weechat.look.prefix_align_more_after* +** descrizione: `display the truncature char (by default "+") after the text (by replacing the space that should be displayed here); if disabled, the truncature char replaces last char of text` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align* ** descrizione: `prefisso di allineamento per il nome del buffer, quando piĆ¹ buffer vengono uniti con lo stesso numero (none (nessuno), left(sinistra), right(destra - predefinito)` ** tipo: intero @@ -668,6 +673,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"+"`) +* [[option_weechat.look.prefix_buffer_align_more_after]] *weechat.look.prefix_buffer_align_more_after* +** descrizione: `display the truncature char (by default "+") after the text (by replacing the space that should be displayed here); if disabled, the truncature char replaces last char of text` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_weechat.look.prefix_error]] *weechat.look.prefix_error* ** descrizione: `prefisso per i messaggi di errore, colori consentiti con il formato "{color}"` ** tipo: stringa |