File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Defined by this header:
4444#define PDC_VER_MINOR 5
4545#define PDC_VER_CHANGE 3
4646#define PDC_VER_YEAR 2025
47- #define PDC_VER_MONTH 10
48- #define PDC_VER_DAY 23
47+ #define PDC_VER_MONTH 11
48+ #define PDC_VER_DAY 30
4949
5050#define PDC_STRINGIZE ( x ) #x
5151#define PDC_stringize ( x ) PDC_STRINGIZE( x)
Original file line number Diff line number Diff line change 11Generally speaking, this history mentions only the more significant
22changes. See the git log for full details.
33
4- Current PDCursesMod - 2025 September 07
4+ Current PDCursesMod - 2025 November 30
55=======================================
66
77Minor new features
@@ -20,6 +20,9 @@ Minor new features
2020- 'naptest.c' (test code for the DOS napms() function) improved and now
2121 works with compilers other than just Digital Mars. 677ec0c9da
2222
23+ - VT platform can be compiled with djgpp and runs correctly (see issue
24+ #340 ). Parts of the fix by Gisle Vanem. 222b475523
25+
2326Bug fixes
2427---------
2528
@@ -34,6 +37,15 @@ Bug fixes
3437 Also fixed a timing error of one part in 250 million (only a theoretical
3538 problem; no DOS clock is that accurate). 75da2de072
3639
40+ - Fixed unknown attribute warning when compiling WinCon for (mostly)
41+ non-Intel(R) platforms. Report from nhmall. 2067b43551
42+
43+ - WinGUI : positions returned for mouse wheel events were wrong.
44+ cd8cd7efd8
45+
46+ - WinCon : a typo prevented mouse wheel events from working at all.
47+ Fix provided by Jordan Hemming. 93dba3adf6
48+
3749PDCursesMod 4.5.3 - 2025 August 11
3850==================================
3951
You can’t perform that action at this time.
0 commit comments