[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20120707.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20120707.patch.gz |
Date: |
Sat, 07 Jul 2012 19:57:01 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20120707 - 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-20120707.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sat Jul 7 23:45:45 UTC 2012
------------------------------------------------------------------------------
NEWS | 14 +++++++++++++-
dist.mk | 4 ++--
include/headers | 17 +++++++++++++----
man/curs_getch.3x | 12 ++++++------
man/resizeterm.3x | 6 ++----
ncurses/base/lib_set_term.c | 5 +++--
ncurses/base/resizeterm.c | 6 ++++--
ncurses/curses.priv.h | 3 ++-
ncurses/tinfo/lib_setup.c | 9 ++++++---
package/debian/changelog | 4 ++--
package/ncurses.spec | 2 +-
test/demo_termcap.c | 4 ++--
test/demo_terminfo.c | 4 ++--
test/ncurses.c | 17 ++++++++++++++---
test/test_getstr.c | 15 ++++++++++++---
15 files changed, 84 insertions(+), 38 deletions(-)
------------------------------------------------------------------------------
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).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.9-20120707.patch.gz,
Thomas Dickey <=