diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-13 16:01:46 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-13 16:01:46 +0100 |
commit | 0a11f1607b9f3623dce287d4940bb925b533a340 (patch) | |
tree | 381726321744f6e0ad4e454409dc74498965c82c /notify.c | |
parent | 8f2b5d714a9f854c9583cab8bae70a2c7323fa00 (diff) | |
parent | 9a65102bfc2ed5d1e1f41e47451b8296c84f133d (diff) | |
download | rtmux-0a11f1607b9f3623dce287d4940bb925b533a340.tar.gz rtmux-0a11f1607b9f3623dce287d4940bb925b533a340.tar.bz2 rtmux-0a11f1607b9f3623dce287d4940bb925b533a340.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'notify.c')
-rw-r--r-- | notify.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,7 +94,8 @@ notify_insert_hook(struct cmdq_item *item, struct notify_entry *ne) continue; } - new_item = cmdq_get_command(cmdlist, &fs, NULL, CMDQ_NOHOOKS); + new_item = cmdq_get_command(cmdlist, &fs, NULL, + 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); |