diff options
Diffstat (limited to 'doc/pl/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 6b5b990e7..59dd78bb1 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -917,7 +917,7 @@ scroll_next_highlight: scroll to next highlight scroll_unread: scroll to unread marker swap: swap buffers of two windows (with optional direction for target window) zoom: zoom on window - bare: toggle bare display (with optional delay in milliseconds for automatic return to standard display mode) + bare: toggle bare display (with optional delay in seconds, as decimal number, for automatic return to standard display mode) For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 @@ -932,5 +932,7 @@ Examples: /window scroll -d zoom on window #2: /window zoom -window 2 + enable bare display for 2.5 seconds: + /window bare 2.5 ---- |