]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/ncurses.3x.html
ncurses 6.4 - patch 20231111
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 Nov 2023 23:53:16 +0000 (23:53 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 Nov 2023 23:53:16 +0000 (23:53 +0000)
commit122d3739b3c11c83decc625d53f26fff6e825710
treee734052171177c61c120b1cad4908ba1bc6c99c5
parent135d37072755704b8d018e5de74e62ff3f28c930
ncurses 6.4 - patch 20231111

+ used "infocmp -u" to help trim redundant capabilities -TD
+ add limit checks in infocmp needed when processing extended
  capabilities with the "-u" option.
+ fix inconsistent sort-order in see-also sections of manpages.
+ fix a few compiler warnings for Solaris 10.
+ modify endwin() to return an error if it is called again without an
  intervening screen update (report by Rajeev Pillai, NetBSD #57592).
58 files changed:
MANIFEST
NEWS
VERSION
dist.mk
doc/html/man/curs_border_set.3x.html
doc/html/man/curs_color.3x.html
doc/html/man/curs_get_wch.3x.html
doc/html/man/curs_get_wstr.3x.html
doc/html/man/curs_getcchar.3x.html
doc/html/man/curs_in_wchstr.3x.html
doc/html/man/curs_initscr.3x.html
doc/html/man/curs_ins_wstr.3x.html
doc/html/man/curs_insstr.3x.html
doc/html/man/curs_memleaks.3x.html
doc/html/man/curs_outopts.3x.html
doc/html/man/curs_pad.3x.html
doc/html/man/curs_scr_dump.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/term.7.html
doc/html/man/terminfo.5.html
man/curs_border_set.3x
man/curs_color.3x
man/curs_get_wch.3x
man/curs_get_wstr.3x
man/curs_getcchar.3x
man/curs_in_wchstr.3x
man/curs_initscr.3x
man/curs_ins_wstr.3x
man/curs_insstr.3x
man/curs_memleaks.3x
man/curs_outopts.3x
man/curs_pad.3x
man/curs_scr_dump.3x
man/curs_terminfo.3x
man/term.7
misc/terminfo.src
ncurses/base/lib_endwin.c
ncurses/curses.priv.h
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
progs/infocmp.c
test/demo_forms.c
test/dump_window.c
test/dup_field.c
test/list_keys.c
test/modules
test/move_field.c
test/ncurses.c
test/programs
test/test.priv.h
test/test_endwin.c [new file with mode: 0644]
test/test_tparm.c