Store a key event not a mouse event in the shared data.

This commit is contained in:
nicm
2020-04-13 13:42:35 +00:00
parent 53d6b94e8a
commit 77d5b0cc53
11 changed files with 27 additions and 22 deletions

2
tmux.h
View File

@ -1389,7 +1389,7 @@ struct cmdq_shared {
struct format_tree *formats;
struct mouse_event mouse;
struct key_event event;
struct cmd_find_state current;
};