diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-18 13:07:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-18 13:07:24 +0100 |
commit | 66494c439ed55ad29ae85600d5ca7cd5b1d6f075 (patch) | |
tree | 6bd0771c86406e6c91ece62c8d50d840fbf732c8 /doc/en/autogen | |
parent | 4c5e89ca6a4659d9e6dcc9c58324b2e6494fddfc (diff) | |
download | weechat-66494c439ed55ad29ae85600d5ca7cd5b1d6f075.zip |
core: add option weechat.look.window_auto_zoom, disable automatic zoom by default when terminal becomes too small for windows
Diffstat (limited to 'doc/en/autogen')
-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 281b436b1..7706a7097 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -843,6 +843,11 @@ ** type: string ** values: any string (default value: `"%a, %d %b %Y %T"`) +* [[option_weechat.look.window_auto_zoom]] *weechat.look.window_auto_zoom* +** description: `automatically zoom on current window if the terminal becomes too small to display all windows (use alt-z to unzoom windows when the terminal is big enough)` +** type: boolean +** values: on, off (default value: `off`) + * [[option_weechat.look.window_separator_horizontal]] *weechat.look.window_separator_horizontal* ** description: `display an horizontal separator between windows` ** type: boolean |