]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120707
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 7 Jul 2012 23:45:45 +0000 (23:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 7 Jul 2012 23:45:45 +0000 (23:45 +0000)
commit471bc007361fd4bc8d2fae060c7d5b09828ed541
tree77a507b268531d11fe9efb82d94c233e97bf215b
parentcc0205ede8ab81605ec83e7f1ac9ec33e9328a40
ncurses 5.9 - patch 20120707

+ add ncurses_mingw.h to installed headers (prompted by patch by
  Juergen Pfeifer).
+ clarify return-codes from wgetch() in response to SIGWINCH (prompted
  by Novell #769788).
+ modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
  if screensize is unchanged.  Modify _nc_update_screensize() to push a
  KEY_RESIZE if there was a SIGWINCH, even if it does not call
  resizeterm().  These changes eliminate the case where a SIGWINCH is
  received, but ERR returned from wgetch or wgetnstr because the screen
  dimensions did not change (Novell #769788).
15 files changed:
NEWS
dist.mk
include/headers
man/curs_getch.3x
man/resizeterm.3x
ncurses/base/lib_set_term.c
ncurses/base/resizeterm.c
ncurses/curses.priv.h
ncurses/tinfo/lib_setup.c
package/debian/changelog
package/ncurses.spec
test/demo_termcap.c
test/demo_terminfo.c
test/ncurses.c
test/test_getstr.c