summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-18 16:38:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-18 16:38:20 +0100
commitd7f29995fdb32d5e2747edd60e56397de742b836 (patch)
treeba738a54bf8710f423fcbe6d039df9328e667485 /doc/it
parent66494c439ed55ad29ae85600d5ca7cd5b1d6f075 (diff)
downloadweechat-d7f29995fdb32d5e2747edd60e56397de742b836.zip
core: add support of UTF-8 chars in horizontal/vertical separators
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/user/weechat_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt
index 4103bde2f..674a8ef34 100644
--- a/doc/it/autogen/user/weechat_options.txt
+++ b/doc/it/autogen/user/weechat_options.txt
@@ -829,12 +829,12 @@
** valori: on, off (valore predefinito: `on`)
* [[option_weechat.look.separator_horizontal]] *weechat.look.separator_horizontal*
-** descrizione: `carattere usato per disegnare i separatori orizzontali intorno alle barre e alle finestre (un valore vuoto disegnerà una riga reale con ncurses, ma può causare bug con la selezione dell'URL in alcuni terminali), i caratteri wide qui NON sono consentiti`
+** descrizione: `char used to draw horizontal separators around bars and windows (empty value will draw a real line with ncurses, but may cause bugs with URL selection under some terminals); width on screen must be exactly one char`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"-"`)
* [[option_weechat.look.separator_vertical]] *weechat.look.separator_vertical*
-** descrizione: `carattere usato per disegnare i separatori verticali intorno alle barre e alle finestre (un valore vuoto disegnerà una riga reale con ncurses), i caratteri wide qui NON sono consentiti`
+** descrizione: `char used to draw vertical separators around bars and windows (empty value will draw a real line with ncurses); width on screen must be exactly one char`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)