]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20190511
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 May 2019 22:31:51 +0000 (22:31 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 May 2019 22:31:51 +0000 (22:31 +0000)
commitb116355ab2af379e49fd0be31bdd440fc14fd902
tree10a2e892765a6d336eb189b2e118618d77bcebc9
parent88e7914acafc37f84af25b80f403eb4290e423d4
ncurses 6.1 - patch 20190511

+ fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
+ add checks in repair_subwindows() to keep the current position and
  scroll-margins inside the resized subwindow.
+ add a limit check in newline_forces_scroll() for the case where the
  row is inside scroll-margins, but not at the end (report by Toshio
  Kuratomi, cf: 20170729).
+ corrected a warning message in tic for extended capabilities versus
  number of parameters.
16 files changed:
NEWS
VERSION
dist.mk
ncurses/Makefile.in
ncurses/base/lib_addch.c
ncurses/base/wresize.c
ncurses/build.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/dump_entry.c
progs/tic.c