aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index a3c9935..9ec1bed 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -43,6 +43,9 @@ TECO_DEFINE_UNDO_CALL(teco_interface_ssm, unsigned int, uptr_t, sptr_t);
TECO_DEFINE_UNDO_CALL(teco_interface_info_update_qreg, const teco_qreg_t *);
TECO_DEFINE_UNDO_CALL(teco_interface_info_update_buffer, const teco_buffer_t *);
+/** Last mouse event */
+teco_mouse_t teco_mouse = {0};
+
typedef struct {
teco_string_t str;
gchar name[];