]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230211
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index d0761de89690526ab0022fedf1788d8d96d1d5ec..1549de7967db3117af3a1ab11fd4f15b4cb37a0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3906 2023/01/28 23:31:29 tom Exp $
+-- $Id: NEWS,v 1.3909 2023/02/11 23:24:11 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,13 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20230211
+       + set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
+         Hannes Domani).
+       + use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
+         obtain a handle on the actual console, avoiding redirection in the
+         MinGW/Win32 configurations (adapted from patch by LIU Hao).
+
 20230128
        + document XF, kxIN and kxOUT -TD
        + add note on sun/wscons/cmdtool/shelltool -TD