]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170318
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 18 Mar 2017 23:27:36 +0000 (23:27 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 18 Mar 2017 23:27:36 +0000 (23:27 +0000)
commit5eb177874dea59107a1a2ea44f5d8f5bb99550b2
tree411d9b89ddc89e5bd54bffb67a9e6af877bcb1dd
parent90d42867e1296bc79021006a92032c76e59068b6
ncurses 6.0 - patch 20170318

+ change TERMINAL structure in term.h to make it opaque.  Some
  applications misuse its members, e.g., directly modifying it
  rather than using def_prog_mode().
+ modify utility headers such as tic.h to make it clearer which are
  externals that are used by tack.
+ improve curs_slk.3x in particular its discussion of portability.
+ fix cut/paste in legacy_encoding.3x
+ add prototype for find_pair() to new_pair.3x (report by Branden
  Robinson).
+ fix a couple of broken links in generated man-html documentation.
+ regenerate man-html documentation.
45 files changed:
MANIFEST
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_color.3x.html
doc/html/man/curs_slk.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/legacy_coding.3x.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/new_pair.3x.html [new file with mode: 0644]
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
include/MKterm.h.awk.in
include/term_entry.h
include/tic.h
man/curs_color.3x
man/curs_slk.3x
man/legacy_coding.3x
man/man_db.renames
man/manhtml.aliases
man/manhtml.externs
man/new_pair.3x
ncurses/tinfo/read_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/progs.priv.h
test/demo_termcap.c
test/demo_terminfo.c
test/list_keys.c