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/en/autogen/weechat_options.xml | |
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/en/autogen/weechat_options.xml')
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index 1b4a7fd17..5f43387e2 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -1782,6 +1782,22 @@ </listitem> </itemizedlist> +<command>weechat.look.scroll_page_percent</command> +<itemizedlist> + <listitem> + <para>description: percent of screen to scroll when scrolling one page up or down (for example 100 means one page, 50 half-page)</para> + </listitem> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 1 .. 100</para> + </listitem> + <listitem> + <para>default value: 100</para> + </listitem> +</itemizedlist> + <command>weechat.look.set_title</command> <itemizedlist> <listitem> |