[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20130525.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20130525.patch.gz |
Date: |
Sat, 25 May 2013 21:04:50 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.9 - patch 20130525 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130525.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun May 26 00:59:52 UTC 2013
------------------------------------------------------------------------------
NEWS | 13
configure | 2666 +++++++++++++++++++---------------------
configure.in | 66
dist.mk | 4
include/MKterm.h.awk.in | 10
include/ncurses_defs | 4
include/term_entry.h | 6
ncurses/tinfo/comp_parse.c | 10
ncurses/tinfo/db_iterator.c | 14
ncurses/tinfo/lib_setup.c | 8
ncurses/tinfo/name_match.c | 8
ncurses/tinfo/read_entry.c | 14
ncurses/tinfo/tinfo_driver.c | 4
ncurses/tty/lib_mvcur.c | 22
ncurses/win32con/win_driver.c | 4
package/debian/changelog | 4
package/ncurses.spec | 2
progs/infocmp.c | 4
progs/toe.c | 10
test/dots_mvcur.c | 5
20 files changed, 1451 insertions(+), 1427 deletions(-)
------------------------------------------------------------------------------
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
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.9-20130525.patch.gz,
Thomas Dickey <=