From 896f509861ccc7ff4f981411fc8e679c02847f0f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 19 Dec 2008 13:24:46 +0100 Subject: Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar --- doc/en/autogen/weechat_commands.xml | 7 ++--- doc/en/autogen/weechat_options.xml | 52 +------------------------------------ 2 files changed, 5 insertions(+), 54 deletions(-) (limited to 'doc/en') diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 44f245a03..366910d83 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -23,7 +23,7 @@ manage bars filling: horizontal, vertical, columns_horizontal or columns_vertical size: size of bar (in chars) separator: 1 for using separator (line), 0 or nothing means no separator - item1,...: items for this bar + item1,...: items for this bar (items can be separated by comma (space between items) or "+" (glued items)) default: create default bars del: delete a bar (or all bars with -all) set: set a value for a bar property @@ -31,6 +31,7 @@ manage bars value: new value for option hide: hide a bar show: show an hidden bar + toggle: hide/show a bar scroll: scroll bar up/down buffer: name of buffer to scroll ('*' means current buffer, you should use '*' for root bars) scroll_value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars) @@ -39,8 +40,8 @@ manage bars listitems: list all bar items Examples: - create a bar with time and completion: - /bar add mybar root bottom 1 0 [time],completion + create a bar with time, buffer number + name, and completion: + /bar add mybar root bottom 1 0 [time],buffer_number+:+buffer_name,completion hide a bar: /bar hide mybar scroll nicklist 10 lines down on current buffer: diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index 689f68b51..3e12c354a 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -212,7 +212,7 @@ type: color - values: a color name (default value: default) + values: a color name (default value: cyan) @@ -806,56 +806,6 @@ -weechat.look.nicklist: display nicklist (on buffers with nicklist enabled) - - - type: boolean - - - values: on, off (default value: on) - - - -weechat.look.nicklist_max_size: max size for nicklist (width or height, depending on nicklist_position (0 = no max size; if min = max and > 0, then size is fixed)) - - - type: integer - - - values: 0 .. 100 (default value: 0) - - - -weechat.look.nicklist_min_size: min size for nicklist (width or height, depending on nicklist_position (0 = no min size)) - - - type: integer - - - values: 0 .. 100 (default value: 0) - - - -weechat.look.nicklist_position: nicklist position (top, left, right (default), bottom) - - - type: integer - - - values: left, right, top, bottom (default value: right) - - - -weechat.look.nicklist_separator: separator between chat and nicklist - - - type: boolean - - - values: on, off (default value: on) - - - weechat.look.nickmode: display nick mode ((half)op/voice) before each nick -- cgit v1.2.3