mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Insert copy mode bindings at the right place in the command queue.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user