summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal.h')
-rw-r--r--osdep/terminal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/terminal.h b/osdep/terminal.h
index c83b0a26ca..6d12647035 100644
--- a/osdep/terminal.h
+++ b/osdep/terminal.h
@@ -35,6 +35,9 @@
#define TERM_ESC_ALT_SCREEN "\033[?1049h"
#define TERM_ESC_NORMAL_SCREEN "\033[?1049l"
+#define TERM_ESC_ENABLE_MOUSE "\033[?1003h"
+#define TERM_ESC_DISABLE_MOUSE "\033[?1003l"
+
struct input_ctx;
/* Global initialization for terminal output. */