File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Defined by this header:
4242#define PDC_VER_CHANGE 1
4343#define PDC_VER_YEAR 2025
4444#define PDC_VER_MONTH 6
45- #define PDC_VER_DAY 12
45+ #define PDC_VER_DAY 16
4646
4747#define PDC_STRINGIZE ( x ) #x
4848#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 May 20
4+ Current version - 2025 June 16
55=============================
66
77Minor new features
@@ -18,6 +18,25 @@ Minor new features
1818 variables to the top of code blocks, used TRUE/FALSE instead of
1919 true/false. 880000943a 9efd32336c
2020
21+ - In x11new, you can hit Ctrl-Minus and Ctrl-Plus to go to the next smaller
22+ or larger font size, respectively. 43066a8c8c
23+
24+ - The ` PDC_KEY_MODIFIER_REPEAT ` modifier was not applied in SDL1 and x11new.
25+ 83fa89ce74
26+
27+ Bug fixes
28+ ---------
29+
30+ - getch() triggered an assert() if fed a character that expanded to a
31+ multi-byte string in PDC_FORCE_UTF8 builds (issue #335 , reported by
32+ Robin Haberkorn). 6306ac2d48
33+
34+ - WinCon/pdckbd.c contained a poorly-written cast to which the C23 standard
35+ objects, resulting in warnings/errors when built to that standard
36+ (issue #333 ). Fix supplied by Gisle Vanem. 2426dbc85e
37+
38+ - The ` PDC_KEY_MODIFIER_REPEAT ` modifier was broken in SDL2. 6bf92e1a06
39+
2140PDCursesMod 4.5.1 - 2025 May 12
2241===============================
2342
You can’t perform that action at this time.
0 commit comments