X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=b869cb4ded173d446e14a1ab774a9e0e765de7d3;hp=3ef2cae12c784e36afd5b75c8860eb3d7aadc3e3;hb=5d5daf53864fdb666df16c82c3710025cf119e9d;hpb=4546e76f7d630a849ac9e17deda7bee36919f800 diff --git a/NEWS b/NEWS index 3ef2cae1..b869cb4d 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3622 2021/01/23 23:31:40 tom Exp $ +-- $Id: NEWS,v 1.3625 2021/01/31 00:59:04 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,18 @@ 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. +20210130 + + correct an off-by-one in comparison in waddch_literal() which caused + scrolling when a double-cell character would not fit at the lower + right corner of the screen (report by Benno Schulenberg). + + split-out att610+cvis, vt220+cvis, vt220+cvis8 -TD + + add vt220-base, for terminal emulators which generally have not + supported att610's blinking cursor control -TD + + use vt220+cvis in vt220, etc -TD + + use att610+cvis, xterm+tmux and ansi+enq in kitty -TD + + use vt220+cvis in st, terminology, termite since they ignore + blinking-cursor detail in att610+cvis -TD + 20210123 + modify package/config scripts to provide an explicit -L option for cases when the loader search path has other directories preceding