diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-18 16:38:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-18 16:38:20 +0100 |
commit | d7f29995fdb32d5e2747edd60e56397de742b836 (patch) | |
tree | ba738a54bf8710f423fcbe6d039df9328e667485 /doc/en/autogen | |
parent | 66494c439ed55ad29ae85600d5ca7cd5b1d6f075 (diff) | |
download | weechat-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.txt | 4 |
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: `""`) |