Skip to content

Commit

Permalink
Updated MANUAL.md, HISTORY.md, and version constants for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Jun 17, 2023
1 parent b09c91e commit 8ef616a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Defined by this header:
/* the 'endwin_*' #defines below should be updated. */
#define PDC_VER_MAJOR 4
#define PDC_VER_MINOR 3
#define PDC_VER_CHANGE 6
#define PDC_VER_CHANGE 7
#define PDC_VER_YEAR 2023
#define PDC_VER_MONTH 06
#define PDC_VER_DAY 11
#define PDC_VER_DAY 17

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
6 changes: 5 additions & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Changes as of 2023 June 12
PDCursesMod 4.3.7 - 2023 June 17
================================

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

- In SDL2, programmatic resizes caused further spurious resizes,
leading to KEY_RESIZE events. b09c91ea15

- Scrolling a window could result in a crash when the window was
freed. 72521a1697

Expand Down
4 changes: 2 additions & 2 deletions docs/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ a fourth bit is reserved.

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

Expand Down

0 comments on commit 8ef616a

Please sign in to comment.