]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200502
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b5e9dfe8963bcd8dfa2f02713693f76787e96283..e14876890da2bcb8a31c2f404878594043db9fca 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.3479 2020/04/26 00:40:38 tom Exp $
+-- $Id: NEWS,v 1.3482 2020/05/02 23:42:21 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,12 @@ 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.
 
+20200502
+       + add details on the change to Linux SGR 21 in 2018 -TD
+       + add xterm-direct16 and xterm-direct256 -TD
+       + modify lib_mouse.c to check for out-of-range button numbers, convert
+         those to position reports.
+
 20200425
        + use vt100+fnkeys in putty -TD
        + fix a typo in tput.1; "columns" should be "cols".