]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20211009
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Oct 2021 01:24:57 +0000 (01:24 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 10 Oct 2021 01:24:57 +0000 (01:24 +0000)
commit3d46d7e9d3e210417f34acf3b469378558398d07
treec5b4e998d484714275151a9a3cc0db6761187dfd
parentf9994a48d2f74b613a0adb19d3917f724d4d1312
ncurses 6.2 - patch 20211009

+ implement "+m" option in tabs program.
+ fill in some details for infoton -TD
+ fix spelling/consistency in several descriptions -TD
+ use vt420+lrmm in vt420 -TD
+ modify save_tty_settings() to avoid opening /dev/tty for cases other
  than reset/init, e.g., for clear.
+ modify output of "toe -as" to show first description found rather
  than the last.
+ improve tic checks for number of parameters of smglp, smgrp, smgtp,
  and smgbp (cf: 20020525).
+ correct off-by-one comparison in last_char(), which did not allow
  special case of ":" in a terminfo description field (cf: 20120407).
+ remove check in tic that assumes that none or both parameterized and
  non-parameterized margin-setting capabilities are present
  (cf: 20101002).
40 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
include/Caps
include/Caps.aix4
include/Caps.hpux11
include/Caps.keys
include/Caps.osf1r5
include/Caps.uwin
man/tabs.1
man/terminfo.tail
misc/terminfo.src
ncurses/tinfo/comp_scan.c
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/tabs.c
progs/tic.c
progs/toe.c
progs/tty_settings.c