]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20171007
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Oct 2017 00:48:04 +0000 (00:48 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Oct 2017 00:48:04 +0000 (00:48 +0000)
commitcd142df6d9934f1bda19f5b968cc666291be5072
tree79594a455f11b27358847757d9417c7e992205bf
parent12b49d3c56a6130feb2d39fbe2d6c1bc0838f0fa
ncurses 6.0 - patch 20171007

+ modify "-T" option of clear and tput to call use_tioctl() to obtain
  the operating system's notion of the screensize if possible.
+ review/repair some exit-codes for tput, making usage-message exit
  with 2 rather than 1, and a failure to open terminal 4+errno.
+ amend check in tput, tabs and clear to allow those to use the
  database-only features in cron if a -T option gives a suitable
  terminal name (report by Lauri Tirkkonen).
+ correct an ifdef in test/ncurses.c for systems with soft-keys but
  not slk_color().
+ regenerate man-html documentation.
43 files changed:
NEWS
VERSION
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_memleaks.3x.html
doc/html/man/curs_util.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/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/term.5.html
doc/html/man/term.7.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
doc/html/man/user_caps.5.html
man/clear.1
man/curs_util.3x
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/clear.c
progs/clear_cmd.c
progs/progs.priv.h
progs/reset_cmd.c
progs/tabs.c
progs/tput.c
progs/tset.c
progs/tty_settings.c
progs/tty_settings.h
test/ncurses.c
test/test_arrays.c