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 | |
parent | 93f3d42c900e92fddf5536147cb18cce6cde5eab (diff) | |
download | weechat-269bf55b1ebd9a2342dd0e66af58f1d798652e7a.zip |
Update autogen xml doc files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 32 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 32 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_options.xml | 32 |
3 files changed, 96 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> diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index 5f43387e2..eff963f69 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/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> diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index d5f430242..cb9dd062d 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -518,6 +518,38 @@ </listitem> </itemizedlist> +<command>weechat.color.chat_text_found</command> +<itemizedlist> + <listitem> + <para>description: couleur du texte pour le marqueur sur les lignes où le texte demandé est trouvé</para> + </listitem> + <listitem> + <para>type: couleur</para> + </listitem> + <listitem> + <para>valeurs: un nom de couleur</para> + </listitem> + <listitem> + <para>valeur par défaut: yellow</para> + </listitem> +</itemizedlist> + +<command>weechat.color.chat_text_found_bg</command> +<itemizedlist> + <listitem> + <para>description: couleur du fond pour le marqueur sur les lignes où le texte demandé est trouvé</para> + </listitem> + <listitem> + <para>type: couleur</para> + </listitem> + <listitem> + <para>valeurs: un nom de couleur</para> + </listitem> + <listitem> + <para>valeur par défaut: lightmagenta</para> + </listitem> +</itemizedlist> + <command>weechat.color.chat_time</command> <itemizedlist> <listitem> |