]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20171028
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Oct 2017 00:35:34 +0000 (00:35 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Oct 2017 00:35:34 +0000 (00:35 +0000)
commitb5be26931d6488adcb1ff8bc07df9de378ce0d27
tree3001386c0978c70a3d091420e4c6e574229ce4b8
parent58369d647d003dd9d9e1ecfc5ab07982db28f3da
ncurses 6.0 - patch 20171028

+ improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
  (report by Midolikawa H).
+ fix typo in a few places for "improvements" (patch by Sven Joachim).
+ clear the other half of a double-width character on which a line
  drawing character is drawn.
+ make test/ncurses.c "s" test easier to understand which subtests are
  available; add a "S" wide-character overlap test-screen.
+ modify test/ncurses.c C/c tests to allow for extended color pairs.
+ add endwin() call in error-returns from test/ncurses.c omitted in
  recent redesign of its menu (cf: 20170923).
+ improve install of hashed-db by removing the ".db" file as done for
  directory-tree terminal databases.
+ repair a few overlooked items in include/ncurses_defs from recent
  port/refactoring of test-programs (cf: 20170909).
+ add test/padview.c, to compare pads with direct updates in view.c
49 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_inch.3x.html
doc/html/man/curs_inwstr.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/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/ncurses_defs
man/curs_inch.3x
man/curs_inwstr.3x
misc/run_tic.in
ncurses/base/lib_box.c
ncurses/base/lib_color.c
ncurses/base/lib_hline.c
ncurses/base/lib_pad.c
ncurses/base/lib_vline.c
ncurses/tinfo/make_hash.c
ncurses/widechar/lib_inwstr.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/README
test/dots.c
test/dots_curses.c
test/dots_mvcur.c
test/dots_termcap.c
test/modules
test/ncurses.c
test/padview.c [new file with mode: 0644]
test/programs
test/view.c