diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-07 16:28:32 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-07 16:28:32 +0100 |
commit | 86489d458763968ef7a833ad00dbc905c1b0e60d (patch) | |
tree | f4e47ffb4d9b2e073fb125709e604aff35084a8c /doc/en/autogen/user/weechat_options.txt | |
parent | 0ba05cc008086309a96d4af80f828daff523f0ec (diff) | |
download | weechat-86489d458763968ef7a833ad00dbc905c1b0e60d.zip |
core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, restore old behaviour before fix of bug #25555 in version 0.3.5)
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index b55c2c3a9..6ffb2a993 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -678,6 +678,11 @@ ** type: integer ** values: 1 .. 2147483647 (default value: `3`) +* [[option_weechat.look.scroll_bottom_after_switch]] *weechat.look.scroll_bottom_after_switch* +** description: `scroll to bottom of window after switch to another buffer (do not remember scroll position in windows); the scroll is done only for buffers with formatted content (not free content)` +** type: boolean +** values: on, off (default value: `off`) + * [[option_weechat.look.scroll_page_percent]] *weechat.look.scroll_page_percent* ** description: `percent of screen to scroll when scrolling one page up or down (for example 100 means one page, 50 half-page)` ** type: integer |