From a0d0711bb089eb9b07ae5c30e519619b980ce78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 2 Apr 2014 13:29:58 +0200 Subject: core: use an integer for seconds in command /window bare --- doc/ja/autogen/user/weechat_commands.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ja/autogen/user') diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 11682be57..9a13fe8b8 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/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 seconds, as decimal number, for automatic return to standard display mode) + bare: toggle bare display (with optional delay in seconds 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,7 +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 + enable bare display for 2 seconds: + /window bare 2 ---- -- cgit v1.2.3