index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-set-hook.c
Commit message (
Expand
)
Author
Age
*
Merge hooks into options and make each one an array option. This allows
nicm
2019-04-26
*
Add set-hook -R to run a hook immediately (useful to set multiple hooks
nicm
2018-07-04
*
Get rid of the extra layer of flags and cmd_prepare() and just store the
nicm
2017-04-22
*
It is silly for cmd_list_parse to return an integer error when it could
nicm
2017-01-15
*
Mass rename struct cmd_q to struct cmdq_item and related.
nicm
2016-10-16
*
Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...
nicm
2016-10-14
*
Add static in cmd-* and fix a few other nits.
nicm
2016-10-10
*
set-hook needs CANFAIL like the other set commands.
nicm
2016-05-12
*
Instead of combined flags for -c, -s, -t, split into different sets
nicm
2015-12-14
*
Use member names in cmd_entry definitions so I stop getting confused
nicm
2015-12-13
*
Instead of every command resolving the target (-t or -s) itself, prepare
nicm
2015-12-13
*
We cannot do hooks_find and then hooks_remove because it might have come
nicm
2015-12-11
*
Add hooks infrastructure, basic commands (set-hook, show-hooks) and a
nicm
2015-12-08