summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt4
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
----