mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.
This commit is contained in:
2
notify.c
2
notify.c
@ -96,7 +96,7 @@ notify_insert_hook(struct cmdq_item *item, struct notify_entry *ne)
|
||||
}
|
||||
|
||||
new_item = cmdq_get_command(cmdlist, &fs, NULL,
|
||||
CMDQ_SHARED_NOHOOKS);
|
||||
CMDQ_STATE_NOHOOKS);
|
||||
cmdq_format(new_item, "hook", "%s", ne->name);
|
||||
notify_hook_formats(new_item, s, w, ne->pane);
|
||||
item = cmdq_insert_after(item, new_item);
|
||||
|
Reference in New Issue
Block a user