aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-13 13:42:35 +0000
committernicm <nicm>2020-04-13 13:42:35 +0000
commit77d5b0cc538138fd036dca0f9b2ba198a94c009d (patch)
treed45462362e56f236d72f3dec9a470ce97b6f3c4a /tmux.h
parent53d6b94e8aef09c0494ed8a53191063b605b3127 (diff)
downloadrtmux-77d5b0cc538138fd036dca0f9b2ba198a94c009d.tar.gz
rtmux-77d5b0cc538138fd036dca0f9b2ba198a94c009d.tar.bz2
rtmux-77d5b0cc538138fd036dca0f9b2ba198a94c009d.zip
Store a key event not a mouse event in the shared data.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 88cf16d8..fc10d880 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1389,7 +1389,7 @@ struct cmdq_shared {
struct format_tree *formats;
- struct mouse_event mouse;
+ struct key_event event;
struct cmd_find_state current;
};