diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-07 17:30:22 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-07 17:30:22 +0200 |
commit | 8c9ba6b5638eeedce99dbc1456af47b218f39867 (patch) | |
tree | a98c88ee7f6e1458ac539019f23781e3987f2123 /doc/en/autogen/user | |
parent | 5fde03f7fce94a424c7813fa572b23dd78ca9ab8 (diff) | |
download | weechat-8c9ba6b5638eeedce99dbc1456af47b218f39867.zip |
core: fix balance of windows
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 29db19b91..98977fbe3 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -539,7 +539,7 @@ Examples: splith: split current window horizontally splitv: split current window vertically resize: resize window size, new size is <pct> percentage of parent window - balance: resize all windows to 50% + balance: balance the sizes of all windows merge: merge window with another (all = keep only one window) page_up: scroll one page up page_down: scroll one page down |