diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 22:28:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 22:28:51 +0200 |
commit | 58e86f004c944030c7df57a6f6ba9a81e4b55c99 (patch) | |
tree | d4504468ae526680853fd02d2650c50529200bd9 /doc/it/autogen | |
parent | e791c24a2e4200a8f87d63465a1c1ed276b7f9b9 (diff) | |
download | weechat-58e86f004c944030c7df57a6f6ba9a81e4b55c99.zip |
core: use seconds as float number for delay in command /window bare <delay>
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index f0a8378e5..073615125 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/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 ---- |