Implement permit and reject commands

This commit is contained in:
Drew DeVault 2016-12-01 21:36:43 -05:00
parent 1a8a42f372
commit 76cab04b4d
8 changed files with 115 additions and 22 deletions

View file

@ -187,6 +187,8 @@ static struct cmd_handler handlers[] = {
{ "new_float", cmd_new_float },
{ "new_window", cmd_new_window },
{ "output", cmd_output },
{ "permit", cmd_permit },
{ "reject", cmd_reject },
{ "reload", cmd_reload },
{ "resize", cmd_resize },
{ "scratchpad", cmd_scratchpad },