summaryrefslogtreecommitdiffstats
path: root/cmd-send-keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-send-keys.c')
-rw-r--r--cmd-send-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-send-keys.c b/cmd-send-keys.c
index e3b8d6e4..062a13d7 100644
--- a/cmd-send-keys.c
+++ b/cmd-send-keys.c
@@ -38,7 +38,7 @@ const struct cmd_entry cmd_send_keys_entry = {
.tflag = CMD_PANE,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_send_keys_exec
};
@@ -51,7 +51,7 @@ const struct cmd_entry cmd_send_prefix_entry = {
.tflag = CMD_PANE,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_send_keys_exec
};