summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-03-30 22:28:51 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-03-30 22:28:51 +0200
commit58e86f004c944030c7df57a6f6ba9a81e4b55c99 (patch)
treed4504468ae526680853fd02d2650c50529200bd9 /doc/pl
parente791c24a2e4200a8f87d63465a1c1ed276b7f9b9 (diff)
downloadweechat-58e86f004c944030c7df57a6f6ba9a81e4b55c99.zip
core: use seconds as float number for delay in command /window bare <delay>
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/autogen/user/weechat_commands.txt4
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
----