mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
add (hide)level flip command
This commit is contained in:
parent
684094aa85
commit
261a7ce76e
4 changed files with 11 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ static void cmd_window_scroll(const char *data)
|
|||
gui->scroll : settings_get_bool("scroll"));
|
||||
}
|
||||
|
||||
/* SYNTAX: WINDOW HIDELEVEL [<level>] */
|
||||
/* SYNTAX: WINDOW HIDELEVEL [<levels>] */
|
||||
static void cmd_window_hidelevel(const char *data)
|
||||
{
|
||||
GUI_WINDOW_REC *gui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue