commands: add 'reload' command

This commit is contained in:
Dominique Martinet 2018-01-05 22:05:48 +01:00
parent 0c58673c6a
commit 869be4378d
4 changed files with 27 additions and 0 deletions

View file

@ -136,6 +136,7 @@ static struct cmd_handler handlers[] = {
{ "input", cmd_input },
{ "kill", cmd_kill },
{ "output", cmd_output },
{ "reload", cmd_reload },
{ "seat", cmd_seat },
{ "set", cmd_set },
};