]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/curs_terminfo.3x.html
ncurses 6.0 - patch 20160820
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 21 Aug 2016 01:36:58 +0000 (01:36 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 21 Aug 2016 01:36:58 +0000 (01:36 +0000)
commit29a36e53e1f77a0c3672f2e267d573823d6a9a60
tree62eac89e33f70d6e60b2c1bb2711cae15e916855
parent4298026c68384077462178f8018c8c1add0c3cdf
ncurses 6.0 - patch 20160820

+ update tput manual page to reflect changes to manipulate terminal
  modes by sharing functions with tset.
+ add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
  command, making the two almost the same except for window-size.
+ adapt logic used in dialog "--keep-tite" option for test/filter.c as
  "-a" option.  When set, test/filter attempts to suppress the
  alternate screen.
+ correct a typo in interix entry -TD
32 files changed:
NEWS
VERSION
dist.mk
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/curs_terminfo.3x
man/tput.1
misc/terminfo.src
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/reset_cmd.c
progs/tput.c
progs/tset.c
test/bs.c
test/filter.c