Skip to content

Commit ff93967

Browse files
committed
Brought HISTORY.md and version constants up to date
1 parent 633f517 commit ff93967

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

curses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Defined by this header:
3939
/* the 'endwin_*' #defines below should be updated. */
4040
#define PDC_VER_MAJOR 4
4141
#define PDC_VER_MINOR 5
42-
#define PDC_VER_CHANGE 0
42+
#define PDC_VER_CHANGE 1
4343
#define PDC_VER_YEAR 2025
4444
#define PDC_VER_MONTH 5
45-
#define PDC_VER_DAY 7
45+
#define PDC_VER_DAY 12
4646

4747
#define PDC_STRINGIZE( x) #x
4848
#define PDC_stringize( x) PDC_STRINGIZE( x)

docs/HISTORY.md

Lines changed: 9 additions & 2 deletions
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 Apr 18
4+
Current version - 2025 May 12
55
=============================
66

77
Major new features
@@ -21,7 +21,7 @@ Minor new features
2121
and/or to set a zero mouse interval (which should result in clicks being
2222
converted to presses and releases). Also, can test using the ncurses
2323
mouse interface instead of the 'classic' undocumented SysV mouse interface.
24-
de6c742b4a 7a520f6261
24+
de6c742b4a 7a520f6261 91645ceb9b
2525

2626
- VT port now works on Haiku. e8f098d6de
2727

@@ -47,6 +47,13 @@ Bug fixes
4747
- VT build failed when using GNU make to cross-compile demos and tests for
4848
Windows using MinGW. d391921be0
4949

50+
- Mouse input inconsistently respected `mousemask()` on most platforms.
51+
The common logic for combining press/releases into clicks, double- and
52+
triple-clicks has been abstracted into `common/mouse.c`, and is now used
53+
by the WinCon, WinGUI, x11new, and VT platforms (and will probably be
54+
used eventually by most other platforms). See issue #330. 52d206870c
55+
9e857e7792 812bd6953a 592d27f164
56+
5057
PDCursesMod 4.5.0 - 2024 Dec 31
5158
=================================
5259

0 commit comments

Comments
 (0)