diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 17:52:11 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 17:52:11 +0000 |
commit | 464fc8abdf937e6dcbf0361613d6576de597c67c (patch) | |
tree | 22a1f4f8d43ca1c3d8821d414f0358f55f4f7aed /doc/en/config.xml | |
parent | 1e4c1a707327399672aabfe2dbd0bd8c97efa6fc (diff) | |
download | weechat-464fc8abdf937e6dcbf0361613d6576de597c67c.zip |
Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patch from Pistos)
Diffstat (limited to 'doc/en/config.xml')
-rw-r--r-- | doc/en/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 3460e3ab6..b0a4cc20a 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -69,6 +69,13 @@ <entry>Use same buffer for all servers</entry> </row> <row> + <entry><option>look_scroll_amount</option></entry> + <entry>integer</entry> + <entry>between 1 and 2147483647</entry> + <entry></entry> + <entry>How many lines to scroll by with scroll_up and scroll_down</entry> +</row> +<row> <entry><option>look_buffer_timestamp</option></entry> <entry>string</entry> <entry>any string</entry> |