From 0f5b4dbecbbcc413edbda5d0c3decefaf03683d2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 29 Jun 2011 10:33:08 +0200 Subject: core: add new option weechat.look.separator_vertical, rename option weechat.look.hline_char to weechat.look.separator_horizontal --- doc/en/autogen/user/weechat_options.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'doc/en/autogen') 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 -- cgit v1.2.3