11Generally speaking, this history mentions only the more significant
22changes. See the git log for full details.
33
4- Current version - 2025 Apr 18
4+ Current version - 2025 May 12
55=============================
66
77Major new features
@@ -21,7 +21,7 @@ Minor new features
2121 and/or to set a zero mouse interval (which should result in clicks being
2222 converted to presses and releases). Also, can test using the ncurses
2323 mouse interface instead of the 'classic' undocumented SysV mouse interface.
24- de6c742b4a 7a520f6261
24+ de6c742b4a 7a520f6261 91645ceb9b
2525
2626- VT port now works on Haiku. e8f098d6de
2727
@@ -47,6 +47,13 @@ Bug fixes
4747- VT build failed when using GNU make to cross-compile demos and tests for
4848 Windows using MinGW. d391921be0
4949
50+ - Mouse input inconsistently respected ` mousemask() ` on most platforms.
51+ The common logic for combining press/releases into clicks, double- and
52+ triple-clicks has been abstracted into ` common/mouse.c ` , and is now used
53+ by the WinCon, WinGUI, x11new, and VT platforms (and will probably be
54+ used eventually by most other platforms). See issue #330 . 52d206870c
55+ 9e857e7792 812bd6953a 592d27f164
56+
5057PDCursesMod 4.5.0 - 2024 Dec 31
5158=================================
5259
0 commit comments