]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130525
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 May 2013 00:59:52 +0000 (00:59 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 May 2013 00:59:52 +0000 (00:59 +0000)
commit4e793faf6575b2297482f77b2bc3d18105c0fc76
treefa6578bc9b36a58540deb71234fd3ad4c0d3496a
parent761e4f0825b330e970558e82a4bd638383914429
ncurses 5.9 - patch 20130525

+ modify mvcur() to distinguish between internal use by the ncurses
  library, and external callers, preventing it from reading the content
  of the screen which is only nonblank when curses calls have updated
  it.  This makes test/dots_mvcur.c avoid painting colored cells in
  the left margin of the display.
+ minor fix to test/dots_mvcur.c
+ move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
  NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
  use of these symbols in term_entry.h
20 files changed:
NEWS
configure
configure.in
dist.mk
include/MKterm.h.awk.in
include/ncurses_defs
include/term_entry.h
ncurses/tinfo/comp_parse.c
ncurses/tinfo/db_iterator.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/name_match.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/lib_mvcur.c
ncurses/win32con/win_driver.c
package/debian/changelog
package/ncurses.spec
progs/infocmp.c
progs/toe.c
test/dots_mvcur.c