Skip to content

Commit f63e0ab

Browse files
committed
Updated HISTORY.md and the PDC_VER_DAY constant
1 parent f027dcf commit f63e0ab

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

curses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

docs/HISTORY.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Generally speaking, this history mentions only the more significant
22
changes. See the git log for full details.
33

4-
Current version - 2025 May 20
4+
Current version - 2025 June 16
55
=============================
66

77
Minor 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+
2140
PDCursesMod 4.5.1 - 2025 May 12
2241
===============================
2342

0 commit comments

Comments
 (0)