File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ Defined by this header:
3737#define PDC_BUILD (PDC_VER_MAJOR*1000 + PDC_VER_MINOR *100 + PDC_VER_CHANGE)
3838#define PDC_VER_MAJOR 4
3939#define PDC_VER_MINOR 3
40- #define PDC_VER_CHANGE 2
40+ #define PDC_VER_CHANGE 3
4141#define PDC_VER_YEAR 2022
4242#define PDC_VER_MONTH 05
43- #define PDC_VER_DAY 22
43+ #define PDC_VER_DAY 25
4444
4545#define PDC_STRINGIZE ( x ) #x
4646#define PDC_stringize ( x ) PDC_STRINGIZE( x)
Original file line number Diff line number Diff line change 1- Changes up to 2022 Apr 03
2- =========================
1+ PDCursesMod 4.3.3 - 2022 May 25
2+ ===============================
33
44Major new features
55------------------
@@ -13,9 +13,9 @@ Minor new features
1313------------------
1414
1515- Clipboard handling is implemented in a common manner for DOS, DOSVGA,
16- VT, and framebuffer ports. This means the VT and framebuffer ports
17- actually store the clipboard text in a buffer and can retrieve it,
18- instead of basically doing nothing at all. 050b3532e1
16+ VT, SDL1, and framebuffer ports. This means the VT and framebuffer
17+ ports actually store the clipboard text in a buffer and can retrieve it,
18+ instead of basically doing nothing at all. 050b3532e1 d97b6a4171
1919
2020- Two new demos, 'mbrot' (Mandelbrot display, exercises some of the
2121 more esoteric color/palette functions) and 'calendar' (shows a calendar).
You can’t perform that action at this time.
0 commit comments