summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorWHR <msl0000023508@gmail.com>2022-05-17 12:53:15 +0800
committerBenBE <BenBE@geshi.org>2022-05-19 20:23:22 +0200
commitd22667725a980e75a3c635567ec5c9400bcde02b (patch)
tree60aa1ddfb56d9c212972f7a49e3d169dba944031 /CRT.h
parentef4cbae5ea7d327b8ba27dedd645bd7b86b5fd88 (diff)
Call mousemask(3X) to truly enable or disable mouse control
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index eae4722d..297e8964 100644
--- a/CRT.h
+++ b/CRT.h
@@ -185,6 +185,8 @@ extern int CRT_scrollWheelVAmount;
extern ColorScheme CRT_colorScheme;
+void CRT_setMouse(bool enabled);
+
void CRT_init(const Settings* settings, bool allowUnicode);
void CRT_done(void);

© 2014-2024 Faster IT GmbH | imprint | privacy policy