mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Move cmdq_state into cmd-queue.c.
This commit is contained in:
@ -1223,7 +1223,7 @@ try_again:
|
||||
server_status_client(c);
|
||||
|
||||
/* Execute the key binding. */
|
||||
key_bindings_dispatch(bd, item, c, m, &fs);
|
||||
key_bindings_dispatch(bd, item, c, event, &fs);
|
||||
key_bindings_unref_table(table);
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user