add (hide)level flip command

This commit is contained in:
Ailin Nemui 2022-11-27 17:14:19 +01:00
commit 261a7ce76e
4 changed files with 11 additions and 5 deletions

View file

@ -400,7 +400,7 @@ static void cmd_window_previous(void)
window_set_active(window_find_refnum(num));
}
/* SYNTAX: WINDOW LEVEL [<level>] */
/* SYNTAX: WINDOW LEVEL [<levels>] */
static void cmd_window_level(const char *data)
{
char *level;