summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-02 13:29:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-02 13:29:58 +0200
commita0d0711bb089eb9b07ae5c30e519619b980ce78c (patch)
treeb5b802a717b8ff0683a546ef42130afae5c07c5d /doc/ja/autogen/user
parentdfe3ee6b18c3699e92d684d1935b9332e5a2f9e1 (diff)
downloadweechat-a0d0711bb089eb9b07ae5c30e519619b980ce78c.zip
core: use an integer for seconds in command /window bare <delay>
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r--doc/ja/autogen/user/weechat_commands.txt6
1 files changed, 3 insertions, 3 deletions
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
----