diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-10 14:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-10 14:01:11 +0100 |
commit | f8b3f1622dcc250556599656e112a0068c75efab (patch) | |
tree | 2afc5fffaa93d551d061ba89aef1365aa730e204 /cmd-send-keys.c | |
parent | daef51e038132157b08f37e365dd845847243462 (diff) | |
parent | 0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (diff) | |
download | rtmux-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.c | 2 |
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); } } |