Call mousemask(3X) to truly enable or disable mouse control

This commit is contained in:
WHR
2022-05-17 12:53:15 +08:00
committed by BenBE
parent ef4cbae5ea
commit d22667725a
3 changed files with 18 additions and 7 deletions

2
CRT.h
View File

@ -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);