diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 18:59:58 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 18:59:58 +0200 |
commit | 269bf55b1ebd9a2342dd0e66af58f1d798652e7a (patch) | |
tree | 5ea74681fbefaf84a15fd9585cc44f9821e4b2ab /doc/de/autogen | |
parent | 93f3d42c900e92fddf5536147cb18cce6cde5eab (diff) | |
download | weechat-269bf55b1ebd9a2342dd0e66af58f1d798652e7a.zip |
Update autogen xml doc files
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index 45245a107..fc295e76f 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -518,6 +518,38 @@ </listitem> </itemizedlist> +<command>weechat.color.chat_text_found</command> +<itemizedlist> + <listitem> + <para>description: text color for marker on lines where text sought is found</para> + </listitem> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name</para> + </listitem> + <listitem> + <para>default value: yellow</para> + </listitem> +</itemizedlist> + +<command>weechat.color.chat_text_found_bg</command> +<itemizedlist> + <listitem> + <para>description: background color for marker on lines where text sought is found</para> + </listitem> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name</para> + </listitem> + <listitem> + <para>default value: lightmagenta</para> + </listitem> +</itemizedlist> + <command>weechat.color.chat_time</command> <itemizedlist> <listitem> |