]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20211002
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Oct 2021 00:30:14 +0000 (00:30 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Oct 2021 00:30:14 +0000 (00:30 +0000)
commitf9994a48d2f74b613a0adb19d3917f724d4d1312
treebdbff3f0248b9217133870636058a066a7de345d
parentf6b436c4fb50275df43ea10ba9c744fe195a327d
ncurses 6.2 - patch 20211002

+ use return-value from vsnprintf to reallocate as needed to allow for
  buffers larger than the screen size (report by "_RuRo_").
+ modify tset "-q" option to refrain from modifying terminal modes, to
  match the documentation.
+ add section on margins to terminfo.5, adapted from X/Open Curses.
+ make tput/tset warning messages consistently using alias names when
  those are used, rather than the underlying program's name.
+ improve tput usage message for aliases such as clear, by eliminating
  tput-specific portions.
+ add a check in toe to ensure that a "termcap file" is text rather
  than binary.
+ further build-fixes for OpenBSD 6.9, whose header files differ from
  the other BSDs.
38 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/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/terminfo.tail
man/tput.1
ncurses/base/MKlib_gen.sh
ncurses/base/lib_color.c
ncurses/base/safe_sprintf.c
ncurses/term.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/reset_cmd.c
progs/reset_cmd.h
progs/tic.c
progs/toe.c
progs/tput.c
progs/tset.c