aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-21 00:55:57 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-21 00:55:57 -0400
commite2ffcc4228f248f584e28945f2198860338c5e6f (patch)
treea26aa17d78ffb65f1a88051143db7651fef89b5f /src/term.h
parente92508954a910d703f1cc1d9c99e866b012afb25 (diff)
downloadrunes-e2ffcc4228f248f584e28945f2198860338c5e6f.tar.gz
runes-e2ffcc4228f248f584e28945f2198860338c5e6f.zip
support basic mouse events
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.h b/src/term.h
index c083eb2..89a0c54 100644
--- a/src/term.h
+++ b/src/term.h
@@ -56,6 +56,8 @@ struct runes_term {
char application_keypad;
char application_cursor;
+ char mouse_reporting_press;
+ char mouse_reporting_press_release;
};
void runes_term_init(RunesTerm *t, int argc, char *argv[]);