diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-19 13:24:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-19 13:24:46 +0100 |
commit | 896f509861ccc7ff4f981411fc8e679c02847f0f (patch) | |
tree | 0758e2da74c1239ea6b9016d85bcb58a2a8b0a4f /doc/de | |
parent | edd70d463656426d32a40c07cd3ec2f7bf3264dd (diff) | |
download | weechat-896f509861ccc7ff4f981411fc8e679c02847f0f.zip |
Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 7 | ||||
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 52 |
2 files changed, 5 insertions, 54 deletions
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 1ef403a7b..89dfc12fb 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/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/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index b6459b140..928955689 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -212,7 +212,7 @@ <para>type: color</para> </listitem> <listitem> - <para>values: a color name (default value: default)</para> + <para>values: a color name (default value: cyan)</para> </listitem> </itemizedlist> @@ -806,56 +806,6 @@ </listitem> </itemizedlist> -<command>weechat.look.nicklist</command>: display nicklist (on buffers with nicklist enabled) -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: on)</para> - </listitem> -</itemizedlist> - -<command>weechat.look.nicklist_max_size</command>: max size for nicklist (width or height, depending on nicklist_position (0 = no max size; if min = max and > 0, then size is fixed)) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 100 (default value: 0)</para> - </listitem> -</itemizedlist> - -<command>weechat.look.nicklist_min_size</command>: min size for nicklist (width or height, depending on nicklist_position (0 = no min size)) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 100 (default value: 0)</para> - </listitem> -</itemizedlist> - -<command>weechat.look.nicklist_position</command>: Nicklisten-Position (top, left, right (Standard), bottom) -<itemizedlist> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: left, right, top, bottom (default value: right)</para> - </listitem> -</itemizedlist> - -<command>weechat.look.nicklist_separator</command>: Trennzeichen zwischen Chatfenster und Nickliste -<itemizedlist> - <listitem> - <para>type: boolean</para> - </listitem> - <listitem> - <para>values: on, off (default value: on)</para> - </listitem> -</itemizedlist> - <command>weechat.look.nickmode</command>: Nickmode (@%+) vorm Nickname anzeigen <itemizedlist> <listitem> |