mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Final parts of command hooks, add before- and after- hooks to each command.
This commit is contained in:
@ -49,6 +49,7 @@ cmd_source_file_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
char *cause;
|
||||
|
||||
cmdq1 = cmdq_new(cmdq->client);
|
||||
cmdq1->flags |= cmdq->flags & CMD_Q_NOHOOKS;
|
||||
cmdq1->emptyfn = cmd_source_file_done;
|
||||
cmdq1->data = cmdq;
|
||||
|
||||
|
Reference in New Issue
Block a user