1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: use an integer for seconds in command /window bare <delay>

This commit is contained in:
Sébastien Helleu
2014-04-02 13:29:58 +02:00
parent dfe3ee6b18
commit a0d0711bb0
20 changed files with 88 additions and 89 deletions
+3 -4
View File
@@ -7632,8 +7632,7 @@ command_init ()
"for target window)\n"
" zoom: zoom on window\n"
" bare: toggle bare display (with optional delay in "
"seconds, as decimal number, for automatic return to standard "
"display mode)\n"
"seconds 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 "
@@ -7650,8 +7649,8 @@ command_init ()
" /window scroll -d\n"
" zoom on window #2:\n"
" /window zoom -window 2\n"
" enable bare display for 2.5 seconds:\n"
" /window bare 2.5"),
" enable bare display for 2 seconds:\n"
" /window bare 2"),
"list"
" || -1 -window %(windows_numbers)"
" || +1 -window %(windows_numbers)"