]> ncurses.scripts.mit.edu Git - ncurses.git/commit - misc/terminfo.src
ncurses 6.1 - patch 20190223
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Feb 2019 01:51:57 +0000 (01:51 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Feb 2019 01:51:57 +0000 (01:51 +0000)
commit344194b55bff15ccedd626246a547de476b4d83c
tree887c763608f6818b14e34aadbf841a56af1a0d3b
parent6b4f5830b7910188b532d661f79775306715f67e
ncurses 6.1 - patch 20190223

+ fix typo in adds200 -TD
+ add tic check for consistent alternate character set capabilities.
+ improve check in mvcur() to decide whether to use hard-tabs, using
  xt, tbc and hts as clues.
+ replace check in reset command for obsolete "pt" capability using
  tbc and hts capabilities as clues (report by Nicolas Marriott).
16 files changed:
NEWS
VERSION
dist.mk
misc/terminfo.src
ncurses/curses.priv.h
ncurses/tty/lib_mvcur.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/reset_cmd.c
progs/tic.c
test/demo_tabs.c