File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 4
4646#define PDC_VER_YEAR 2026
47- #define PDC_VER_MONTH 02
48- #define PDC_VER_DAY 25
47+ #define PDC_VER_MONTH 03
48+ #define PDC_VER_DAY 21
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- PDCursesMod 4.5.4 - 2026 February 25
5- ====================================
4+ PDCursesMod 4.5.4 - 2026 March 21
5+ =================================
66
77Minor new features
88------------------
99
10+ - Added 'vt0.c' example code for a PDCurses/PDCursesMod-based terminal
11+ emulator. 2df44e183f, several subsequent commits.
12+
1013- Framebuffer and DRM ports can show fullwidth characters. bc3b4d8449
1114
1215- chtypes can be short (16-bit) integers. This is mostly of use in very
@@ -56,6 +59,13 @@ Bug fixes
5659- PDC_millisecs() now will usually pick a better underlying timekeeping
5760 function. 7906c61500
5861
62+ - Overflow in PDC_millisecs() could conceivably happen, affecting the
63+ handling of mouse clicks. e23eb347f6
64+
65+ - On Microsoft Windows, the VT port should emit alternative character
66+ set glyphs using code page 437 characters for 8-bit character builds
67+ and Unicode characters for wide builds. 615a32c652
68+
5969- WinGUI : mouse modifiers (Ctr, Alt, Shift) became 'stuck' from the
6070 previous keys hit, and were not turned off when the modifier keys
6171 in question were released. 9f9819fe8d
You can’t perform that action at this time.
0 commit comments