]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/toe.1m.html
ncurses 6.2 - patch 20200321
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Mar 2020 01:09:36 +0000 (01:09 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Mar 2020 01:09:36 +0000 (01:09 +0000)
commitf3ec084eb66ba14feb6357b674fb85dd474933d8
tree8bd5d73670d599492f21edaa5d1d4237ebaefe85
parentc0f109a299a82a33c16bd7af942a12ce9aefaaf0
ncurses 6.2 - patch 20200321

+ improve configure-checks to reduce warnings about unused variables.
+ improve description of error-returns in waddch and waddnstr manual
  pages (prompted by patch by Benno Schulenberg).
+ add test/move_field.c to demonstrate move_field(), and a stub for
  a corresponding demo of dup_field().
47 files changed:
Ada95/aclocal.m4
Ada95/configure
MANIFEST
NEWS
VERSION
aclocal.m4
configure
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_add_wch.3x.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_addstr.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
man/curs_add_wch.3x
man/curs_addch.3x
man/curs_addstr.3x
man/ncurses.3x
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
test/Makefile.in
test/README
test/aclocal.m4
test/configure
test/demo_forms.c
test/dup_field.c [new file with mode: 0644]
test/modules
test/move_field.c [new file with mode: 0644]
test/programs