]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/tinfo/tinfo_driver.c
ncurses 5.9 - patch 20140927
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Sep 2014 00:19:13 +0000 (00:19 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Sep 2014 00:19:13 +0000 (00:19 +0000)
commita8845f1feadb0b4d906e9040e465b93fd3f72660
treefc747f5e4e76186cb7a36d8e3139ae8326f57ed4
parent9ee3995474454b7d956885e0fe5c8cac2ae25d42
ncurses 5.9 - patch 20140927

+ implement curs_set in win_driver.c
+ implement flash in win_driver.c
+ fix an infinite loop in win_driver.c if the command-window loses
  focus.
+ improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
  win_driver.c by temporarily changing the buffer-size to match the
  window-size to eliminate the scrollback.  Also enforce a minimum
  screen-size of 24x80 in the non-buffered mode.
+ modify generated misc/Makefile to suppress install.data from the
  dependencies if the --disable-db-install option is used, compensating
  for the top-level makefile changes used to add ncurses*-config in the
  20140920 changes (report by Steven Honeyman).
18 files changed:
NEWS
configure
configure.in
dist.mk
form/frm_driver.c
misc/Makefile.in
ncurses/curses.priv.h
ncurses/tinfo/lib_options.c
ncurses/tinfo/tinfo_driver.c
ncurses/trace/visbuf.c
ncurses/win32con/win_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/dots_termcap.c