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/ja/autogen/user | |
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/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 2b44fae53..bdd55ca42 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -843,6 +843,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"%a, %d %b %Y %T"`) +* [[option_weechat.look.window_auto_zoom]] *weechat.look.window_auto_zoom* +** 説明: `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)` +** タイプ: ブール +** 値: on, off (デフォルト値: `off`) + * [[option_weechat.look.window_separator_horizontal]] *weechat.look.window_separator_horizontal* ** 説明: `ウィンドウ間に水平セパレータを表示` ** タイプ: ブール |