aboutsummaryrefslogtreecommitdiff
path: root/cmd-send-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-10 14:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-10 14:01:11 +0100
commitf8b3f1622dcc250556599656e112a0068c75efab (patch)
tree2afc5fffaa93d551d061ba89aef1365aa730e204 /cmd-send-keys.c
parentdaef51e038132157b08f37e365dd845847243462 (diff)
parent0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (diff)
downloadrtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.gz
rtmux-f8b3f1622dcc250556599656e112a0068c75efab.tar.bz2
rtmux-f8b3f1622dcc250556599656e112a0068c75efab.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-send-keys.c')
-rw-r--r--cmd-send-keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-send-keys.c b/cmd-send-keys.c
index e54574fe..5c6db347 100644
--- a/cmd-send-keys.c
+++ b/cmd-send-keys.c
@@ -73,7 +73,7 @@ cmd_send_keys_inject(struct client *c, struct cmdq_item *item, key_code key)
bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find);
if (bd != NULL) {
table->references++;
- key_bindings_dispatch(bd, c, NULL, &item->target);
+ key_bindings_dispatch(bd, item, c, NULL, &item->target);
key_bindings_unref_table(table);
}
}