diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-02 18:54:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-02 18:54:06 +0200 |
commit | 239dd464d5af94c7136de7d61841d62d59bcf796 (patch) | |
tree | 2e73a954735c93eeb168d12ee51a6d53760c2313 /doc/fr | |
parent | 2ffd141cf497e4c9e4953d302a0eae4c9592c0c3 (diff) | |
download | weechat-239dd464d5af94c7136de7d61841d62d59bcf796.zip |
Add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/autogen/weechat_options.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index 2e5ea1a84..d5f430242 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -1782,6 +1782,22 @@ </listitem> </itemizedlist> +<command>weechat.look.scroll_page_percent</command> +<itemizedlist> + <listitem> + <para>description: pourcentage de l'écran à faire défiler lors du défilement avec page précédente ou suivante (par exemple 100 signifie une page, 50 une demi-page)</para> + </listitem> + <listitem> + <para>type: entier</para> + </listitem> + <listitem> + <para>valeurs: 1 .. 100</para> + </listitem> + <listitem> + <para>valeur par défaut: 100</para> + </listitem> +</itemizedlist> + <command>weechat.look.set_title</command> <itemizedlist> <listitem> |