]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230708
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 6b10b50cab0d2d9e56f96019c181841ad575b94f..7965543cd3365f96db994b4859bb35e1c9dc01a5 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.3973 2023/07/01 17:55:50 tom Exp $
+-- $Id: NEWS,v 1.3975 2023/07/09 00:08:03 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,15 @@ 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.
 
+20230708
+       + add linux+kbs for terminals which imitate xterm's behavior with
+         Linux -TD
+       + modify MinGW driver to return KEY_BACKSPACE when an unmodified
+         VK_BACK virtual key is entered (prompted by patch by Pavel Fedin,
+         Savannah #64292).
+       + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
+         used (report by Sven Joachim, Debian #1040048).
+
 20230701
        + fix mandoc warnings about unnecessary markup.
        + improve parameter check in tparm_setup()