summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
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 /src/core/wee-command.c
parente791c24a2e4200a8f87d63465a1c1ed276b7f9b9 (diff)
downloadweechat-58e86f004c944030c7df57a6f6ba9a81e4b55c99.zip
core: use seconds as float number for delay in command /window bare <delay>
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index dbbf97a2f..d33d4373f 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -7591,7 +7591,8 @@ command_init ()
"for target window)\n"
" zoom: zoom on window\n"
" bare: toggle bare display (with optional delay in "
- "milliseconds for automatic return to standard display mode)\n"
+ "seconds, as decimal number, for automatic return to standard "
+ "display mode)\n"
"\n"
"For splith and splitv, pct is a percentage which represents size of "
"new window, computed with current window as size reference. For "
@@ -7607,7 +7608,9 @@ command_init ()
" scroll to beginning of current day:\n"
" /window scroll -d\n"
" zoom on window #2:\n"
- " /window zoom -window 2"),
+ " /window zoom -window 2\n"
+ " enable bare display for 2.5 seconds:\n"
+ " /window bare 2.5"),
"list"
" || -1 -window %(windows_numbers)"
" || +1 -window %(windows_numbers)"