mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 04:27:00 +00:00
Insert copy mode bindings at the right place in the command queue.
This commit is contained in:
@ -947,7 +947,7 @@ retry:
|
||||
server_status_client(c);
|
||||
|
||||
/* Execute the key binding. */
|
||||
key_bindings_dispatch(bd, c, m, &fs);
|
||||
key_bindings_dispatch(bd, NULL, c, m, &fs);
|
||||
key_bindings_unref_table(table);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user