]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090906
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Sep 2009 18:03:59 +0000 (18:03 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Sep 2009 18:03:59 +0000 (18:03 +0000)
commitce7b402c144d2b6d3773ef5b42aad9daf1ad76fe
tree64c1d38229d857eeb9956fb713290dc53b66ca55
parent8fc9fa113b27e0749e0840fef04c9d4acad4aae7
ncurses 5.7 - patch 20090906

+ fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
  work.
+ add null-pointer checks to other opaque-functions.
+ add is_pad() and is_subwin() functions for opaque access to WINDOW
  (discussion with Mark Dickinson).
+ correct merge to lib_newterm.c, which broke when sp-funcs was
  enabled.
NEWS
dist.mk
include/curses.h.in
man/curs_opaque.3x
ncurses/base/lib_newterm.c
ncurses/base/lib_newwin.c