aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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;
};