work in progress

This commit is contained in:
Jari Matilainen 2015-10-04 16:56:50 +02:00
commit 9ad2d32311
2 changed files with 18 additions and 3 deletions

View file

@ -883,6 +883,7 @@ void window_commands_init(void)
command_set_options("window number", "sticky");
command_set_options("window server", "sticky unsticky");
command_set_options("window theme", "delete");
command_set_options("window history", "clear");
}
void window_commands_deinit(void)