summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-06-29 10:33:08 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-06-29 10:33:08 +0200
commit0f5b4dbecbbcc413edbda5d0c3decefaf03683d2 (patch)
tree38387372b0f5ecf8e5b28d55a661c9c106761923 /doc/en
parent56a39bc8c8f670801117b6c3851caf46ed34d264 (diff)
downloadweechat-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/en')
-rw-r--r--doc/en/autogen/user/weechat_options.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index eccdc5dc6..559b221da 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -383,11 +383,6 @@
** type: string
** values: any string (default value: `""`)
-* *weechat.look.hline_char*
-** description: `char used to draw horizontal separators around bars (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`
-** type: string
-** values: any string (default value: `"-"`)
-
* *weechat.look.hotlist_add_buffer_if_away*
** description: `add any buffer to hotlist (including current or visible buffers) if local variable "away" is set on buffer`
** type: boolean
@@ -598,6 +593,16 @@
** type: boolean
** values: on, off (default value: `on`)
+* *weechat.look.separator_horizontal*
+** description: `char used to draw horizontal separators around bars (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`
+** type: string
+** values: any string (default value: `"-"`)
+
+* *weechat.look.separator_vertical*
+** description: `char used to draw vertical separators around bars (empty value will draw a real line with ncurses), wide chars are NOT allowed here`
+** type: string
+** values: any string (default value: `""`)
+
* *weechat.look.set_title*
** description: `set title for window (terminal for Curses GUI) with name and version`
** type: boolean