aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-hook.c
Commit message (Expand)AuthorAge
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm2018-07-04
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-15
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm2016-10-14
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* set-hook needs CANFAIL like the other set commands.nicm2016-05-12
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* We cannot do hooks_find and then hooks_remove because it might have comenicm2015-12-11
* Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08