Skip to content

Commit 8ef616a

Browse files
committed
Updated MANUAL.md, HISTORY.md, and version constants for a new release.
1 parent b09c91e commit 8ef616a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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 3
42-
#define PDC_VER_CHANGE 6
42+
#define PDC_VER_CHANGE 7
4343
#define PDC_VER_YEAR 2023
4444
#define PDC_VER_MONTH 06
45-
#define PDC_VER_DAY 11
45+
#define PDC_VER_DAY 17
4646

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

docs/HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Changes as of 2023 June 12
1+
PDCursesMod 4.3.7 - 2023 June 17
2+
================================
23

34
Major new features
45
------------------
@@ -115,6 +116,9 @@ Bug fixes
115116
- In Windows SDL2, Alt-keystrokes were ignored (see wmcbrine/PDCurses#142).
116117
Fix provided by Benjamin Adamson. 7f1e1bba34
117118

119+
- In SDL2, programmatic resizes caused further spurious resizes,
120+
leading to KEY_RESIZE events. b09c91ea15
121+
118122
- Scrolling a window could result in a crash when the window was
119123
freed. 72521a1697
120124

docs/MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ a fourth bit is reserved.
7373

7474
Default chtypes have enough character bits to support the full range of
7575
Unicode, all attributes, and 2^20 = 1048576 color pairs. Note, though,
76-
that as of 2022 Jun 17, only WinGUI, VT, X11, Linux framebuffer, and
77-
SDLn have COLOR_PAIRS = 1048576. Other platforms (DOSVGA, Plan9, WinCon)
76+
that as of 2022 Jun 17, only WinGUI, VT, X11, Linux framebuffer, OpenGL,
77+
and SDLn have COLOR_PAIRS = 1048576. Other platforms (DOSVGA, Plan9, WinCon)
7878
may join them. Some (DOS, OS/2) simply do not have full-color
7979
capability.
8080

0 commit comments

Comments
 (0)