]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161022
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Oct 2016 01:59:31 +0000 (01:59 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Oct 2016 01:59:31 +0000 (01:59 +0000)
commitf06e14af5e11df95d6542964bf1b349d2843bb11
tree918481c42155e3cf79ebdec2a4ff6b78b765e30b
parentc3b21f65a2687f3894a0d3217006c23f162c893a
ncurses 6.0 - patch 20161022

+ modify tset -w (and tput reset) to update the program's copy of the
  screensize if it was already set in the system, to improve tabstop
  setting which relies upon knowing the actual screensize.
+ add functionality of tset -w to tput, like the "-c" feature this is
  not optional in tput.
+ add "clear" as a possible link/alias to tput.
+ improve tput's check for being called as "init" or "reset" to allow
  for transformed names.
+ split-out the "clear" function from progs/clear.c, share with
  tput to get the same behavior, e.g., the E3 extension.
43 files changed:
MANIFEST
NEWS
VERSION
dist.mk
doc/html/man/adacurses6-config.1.html [moved from doc/html/man/adacurses-config.1.html with 92% similarity]
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_inopts.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 [moved from doc/html/man/ncurses5-config.1.html with 87% similarity]
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/term.5.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_inopts.3x
man/infocmp.1m
man/tabs.1
man/term.5
man/terminfo.tail
man/tput.1
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/Makefile.in
progs/clear.c
progs/clear_cmd.c [new file with mode: 0644]
progs/clear_cmd.h [new file with mode: 0644]
progs/modules
progs/reset_cmd.c
progs/reset_cmd.h
progs/tput.c
progs/tset.c