summaryrefslogtreecommitdiff
path: root/doc/en/autogen
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/en/autogen
parent66494c439ed55ad29ae85600d5ca7cd5b1d6f075 (diff)
downloadweechat-d7f29995fdb32d5e2747edd60e56397de742b836.zip
core: add support of UTF-8 chars in horizontal/vertical separators
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/weechat_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 7706a7097..178c23a59 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -829,12 +829,12 @@
** values: on, off (default value: `on`)
* [[option_weechat.look.separator_horizontal]] *weechat.look.separator_horizontal*
-** description: `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), wide chars are NOT allowed here`
+** description: `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`
** type: string
** values: any string (default value: `"-"`)
* [[option_weechat.look.separator_vertical]] *weechat.look.separator_vertical*
-** description: `char used to draw vertical separators around bars and windows (empty value will draw a real line with ncurses), wide chars are NOT allowed here`
+** description: `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`
** type: string
** values: any string (default value: `""`)