mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
core: add template %(windows_numbers) for first argument of command /window
This commit is contained in:
@@ -6668,7 +6668,8 @@ command_init ()
|
||||
" || scroll_unread -window %(windows_numbers)"
|
||||
" || swap up|down|left|right|-window %(windows_numbers)"
|
||||
" || zoom -window %(windows_numbers)"
|
||||
" || merge all|-window %(windows_numbers)",
|
||||
" || merge all|-window %(windows_numbers)"
|
||||
" || %(windows_numbers)",
|
||||
&command_window, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user