From: Thomas E. Dickey Date: Sun, 31 Jan 2021 01:43:20 +0000 (+0000) Subject: ncurses 6.2 - patch 20210130 X-Git-Tag: v6.3~41 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=5d5daf53864fdb666df16c82c3710025cf119e9d;hp=5d5daf53864fdb666df16c82c3710025cf119e9d ncurses 6.2 - patch 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 ---