Skip to content

Commit 868e639

Browse files
committed
Updated HISTORY.md and version constants
1 parent 534faea commit 868e639

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

curses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

docs/HISTORY.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Generally speaking, this history mentions only the more significant
22
changes. 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

77
Minor 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

0 commit comments

Comments
 (0)