]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161217
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Dec 2016 01:43:10 +0000 (01:43 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Dec 2016 01:43:10 +0000 (01:43 +0000)
commitc885a3fdd089f784f17dd2e9c03d8eb774072dc9
treeee23ba7e779fbc67fc6548d2e800fbc6d21646bb
parent1b540608eae9a714c0c4195310f25c1a1897ae89
ncurses 6.0 - patch 20161217

+ add tput-colorcube demo script.
+ add -r and -s options to tput-initc demo, to match usage in xterm.
+ flush the standard output in _nc_flush for the case where SP is zero,
  e.g., when called via putp.  This fixes a scenario where "tput flash"
  did not work after changes in 20130112.
13 files changed:
MANIFEST
NEWS
VERSION
dist.mk
ncurses/tinfo/lib_tputs.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/tput-colorcube [new file with mode: 0644]
test/tput-initc