mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Store a key event not a mouse event in the shared data.
This commit is contained in:
@ -140,7 +140,7 @@ cmd_send_keys_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct window_pane *wp = target->wp;
|
||||
struct session *s = target->s;
|
||||
struct winlink *wl = target->wl;
|
||||
struct mouse_event *m = &shared->mouse;
|
||||
struct mouse_event *m = &shared->event.m;
|
||||
struct window_mode_entry *wme = TAILQ_FIRST(&wp->modes);
|
||||
int i;
|
||||
key_code key;
|
||||
|
Reference in New Issue
Block a user