File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ Defined by this header:
4141 /* the 'endwin_*' #defines below should be updated. */
4242#define PDC_VER_MAJOR 4
4343#define PDC_VER_MINOR 5
44- #define PDC_VER_CHANGE 2
44+ #define PDC_VER_CHANGE 3
4545#define PDC_VER_YEAR 2025
4646#define PDC_VER_MONTH 8
47- #define PDC_VER_DAY 10
47+ #define PDC_VER_DAY 11
4848
4949#define PDC_STRINGIZE ( x ) #x
5050#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 version - 2025 August 10
5- ================================
4+ PDCursesMod 4.5.3 - 2025 August 11
5+ ==================================
66
77Minor new features
88------------------
@@ -19,9 +19,16 @@ Minor new features
1919 Previously, debug output was all or nothing (still is, mostly, but
2020 that can now be changed). 8f73eb0c1b
2121
22+ - Various fixes to allow compilation of WinGUI and WinCon with Microsoft
23+ Visual C 5.0. b56ea997e7 5bd5a1d535 1de3e4d6b4 2b48f9541e
24+ f381244bf5
25+
2226Bug fixes
2327---------
2428
29+ - stdin/stdout redirection now works on the Windows console platform. Fix
30+ supplied by Robin Haberkorn. 6855b3247f 8fbb3a64ea
31+
2532- C23-compliant compilers (and some others) objected to the casting of
2633 function pointers returned by GetProcAddress(). ce60aa6608 7309a03c81
2734
@@ -42,6 +49,8 @@ Bug fixes
4249
4350- COLOR_PAIRS could be effectively truncated to 8192. 20160b07e0
4451
52+ - Colors could get mangled if sizeof( int) == 2. 4682321794
53+
4554PDCursesMod 4.5.2 - 2025 June 19
4655================================
4756
You can’t perform that action at this time.
0 commit comments