Add output config

This commit is contained in:
emersion 2017-12-06 12:36:06 +01:00
parent 3fe64482bb
commit aaae59026f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 512 additions and 2 deletions

View file

@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = {
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "exit", cmd_exit },
{ "output", cmd_output },
};
static int handler_compare(const void *_a, const void *_b) {