mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Store a key event not a mouse event in the shared data.
This commit is contained in:
@ -65,7 +65,7 @@ cmd_if_shell_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct args *args = cmd_get_args(self);
|
||||
struct cmdq_shared *shared = cmdq_get_shared(item);
|
||||
struct cmd_find_state *target = cmdq_get_target(item);
|
||||
struct mouse_event *m = &shared->mouse;
|
||||
struct mouse_event *m = &shared->event.m;
|
||||
struct cmd_if_shell_data *cdata;
|
||||
char *shellcmd, *cmd;
|
||||
const char *file;
|
||||
|
Reference in New Issue
Block a user