]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/clear.1.html
ncurses 6.2 - patch 20210821
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Aug 2021 00:41:36 +0000 (00:41 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Aug 2021 00:41:36 +0000 (00:41 +0000)
commit493e2f7b3fc309879f561a094fdfc15e5304b3d6
treefe9a8ea4ca733d366cc459e8db2506a0f45da93a
parent5a107d6f2a641ef5a33c8976fbd6cd26a3196a0d
ncurses 6.2 - patch 20210821

+ improve tparm implementation of %P and %g, more closely matching
  SVr4 terminfo.
+ move internals of TERMINAL structure to new header term.priv.h
+ add "check" rule for ncurses/Makefile
+ corrected tsl capability for terminator -TD
+ add check in tic to report instances where tparm would detect an
  error in an expression (cf: 20201010).
+ correct a few places where SP->_pair_limit was used rather than
  SP->_pair_alloc (cf: 20170812).
+ fix missing "%d" for setaf/setab code 8-15 in xterm+direct16 (report
  by Florian Weimer) -TD
+ fix some documentation errata from OpenBSD changes.
+ update config.sub
79 files changed:
MANIFEST
NEWS
VERSION
announce.html.in
config.sub
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/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/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/term.5.html
doc/html/man/term.7.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/tic.h
man/infocmp.1m
man/legacy_coding.3x
man/term.5
man/term.7
man/terminfo.head
man/terminfo.tail
man/tic.1m
misc/terminfo.src
mk-1st.awk
ncurses/Makefile.in
ncurses/base/new_pair.c
ncurses/curses.priv.h
ncurses/llib-lncurses
ncurses/llib-lncursest
ncurses/llib-lncursestw
ncurses/llib-lncursesw
ncurses/llib-ltic
ncurses/llib-ltict
ncurses/llib-ltictw
ncurses/llib-lticw
ncurses/llib-ltinfo
ncurses/llib-ltinfot
ncurses/llib-ltinfotw
ncurses/llib-ltinfow
ncurses/new_pair.h
ncurses/report_offsets.c
ncurses/term.priv.h [new file with mode: 0644]
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/make_keys.c
ncurses/tinfo/write_entry.c
ncurses/tty/tty_update.c
ncurses/wcwidth.h
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.map
package/ncurses.spec
package/ncurses.sym
package/ncursest.map
package/ncursest.spec
package/ncursest.sym
package/ncursestw.map
package/ncursestw.sym
package/ncursesw.map
package/ncursesw.sym
progs/dump_entry.c
progs/tic.c
progs/tput.c
test/ditto.c