]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20180630
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Jul 2018 00:24:49 +0000 (00:24 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 Jul 2018 00:24:49 +0000 (00:24 +0000)
commit78b0123661ebab93d5bd5345b89e6e76d6560ec0
tree66e7da44a7c5aad519ba5ae863a32e598d2faf73
parent5da4544722decdeb2bfd0c7c4581af0ea62148f9
ncurses 6.1 - patch 20180630

+ add acsc string to vi200 (Nibby Nebbulous)
  add right/down-arrow to vi200's acsc -TD
+ add "x" to tput's getopt string so that "tput -x clear" works
  (Nicholas Marriott).
+ minor fixes prompted by anonymous report on stack overflow:
  + correct order of checks in _nc_get_locale(), for systems lacking
    locale support.
  + add "#error" in a few places to flag unsupported configurations
16 files changed:
NEWS
VERSION
dist.mk
man/terminfo.head
misc/terminfo.src
ncurses/curses.priv.h
ncurses/tinfo/getenv_num.c
ncurses/tinfo/lib_setup.c
ncurses/widechar/charable.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/tput.c