]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161224
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Dec 2016 01:53:57 +0000 (01:53 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Dec 2016 01:53:57 +0000 (01:53 +0000)
commit62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65
treef47ad9733eb70c0e5174e2f04c3f835210e04b54
parentc885a3fdd089f784f17dd2e9c03d8eb774072dc9
ncurses 6.0 - patch 20161224

+ correct parmeters for copywin call in _nc_Synchronize_Attributes()
  (patch by Leon Winter).
+ improve color-handling section in terminfo manual page (prompted by
  patch by Mihail Konev).
+ modify programs clear, tput and tset to pass the actual tty file
  descriptor to setupterm rather than the standard output, making
  padding work.
39 files changed:
MANIFEST
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
form/frm_driver.c
man/terminfo.tail
ncurses/tinfo/lib_ttyflags.c
ncurses/tinfo/tinfo_driver.c
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/modules
progs/reset_cmd.c
progs/reset_cmd.h
progs/tput.c
progs/tset.c
progs/tty_settings.c [new file with mode: 0644]
progs/tty_settings.h [new file with mode: 0644]