]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20180804
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 03d7fa21687ee1880cfb6ec9580f36f8183ea076..c8017897167eaf9a2d256c671e3a4ec5cc399e17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3165 2018/07/28 23:24:55 tom Exp $
+-- $Id: NEWS,v 1.3167 2018/08/04 16:18:03 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,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.
 
+20180804
+       + improve logic for clear with E3 extension, in case the terminal
+         scrolls content onto its saved-lines before actually clearing
+         the display, by clearing the saved-lines after clearing the
+         display (report/patch by Nicholas Marriott).
+
 20180728
        + improve documentation regarding feature-test macros in curses.h
        + improve documentation regarding the virtual and physical screens.