]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20210220
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 21 Feb 2021 01:27:41 +0000 (01:27 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 21 Feb 2021 01:27:41 +0000 (01:27 +0000)
commit9a9dd79463eba7af0b06b6a1f7e580b632ec1be1
tree11690c2184e55d37bcd3c7fd13f3d0d9d20dbcb0
parentfae162795e065e5901068152e91f2962b6b247f3
ncurses 6.2 - patch 20210220

+ improve tic warning when oc/op do not mention SGR 39/49 for xterm
  compatible XT flag.
+ revert change to lib_addch.c in waddch_literal() from 20210130, since
  the followup fix in PutCharLR() actually corrects the problem while
  this change causes too-early filling/wrapping (report by Johannes
  Altmanninger).
+ add/use vt220+pcedit and vt220+vtedit  -TD
+ add scrt/securecrt and absolute -TD
+ add nel to xterm-new, though supported since X11R5 -TD
+ add/use xterm+nofkeys -TD
+ move use of ecma+italics from xterm-basic to xterm+nofkeys -TD
15 files changed:
NEWS
VERSION
dist.mk
misc/terminfo.src
ncurses/base/lib_addch.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
progs/tic.c
test/back_ground.c
test/demo_new_pair.c