]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161126
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Nov 2016 02:38:26 +0000 (02:38 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Nov 2016 02:38:26 +0000 (02:38 +0000)
commitee27d238caeccd1ed781a92957afbdb890e1e88f
treefa9a70ae83d3da89821fc61cce5bef3e529f9e26
parent5606eb48618dde18a593793e2e5dafadf18d345b
ncurses 6.0 - patch 20161126

+ modify linux-16color to not mask dim, standout or reverse with the
  ncv capability -TD
+ add 0.1sec mandatory delay to flash capabilities using the VT100
  reverse-video control -TD
+ omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
  entry, to avoid conflict with the user-defined mapping.  The reset
  feature will use ISO-8859-1 in any case (Mikulas Patocka).
+ improve check in tic for delays by also warning about beep/flash
  when a delay is not embedded, or if those use the VT100 reverse
  video escape without using a delay.
+ minor fix for syntax-check of delays from 20161119 changes.
+ modify trace() to avoid overwriting existing file (report by Maor
  Shwartz).
14 files changed:
NEWS
VERSION
dist.mk
misc/terminfo.src
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
ncurses/trace/lib_trace.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/tic.c