[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20020824.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20020824.patch.gz |
Date: |
Sat, 24 Aug 2002 19:28:11 -0400 |
User-agent: |
Mutt/1.3.27i |
ncurses 5.2 - patch 20020824 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.2 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.2 are in the subdirectory
ftp://dickey.his.com/ncurses/5.2
------------------------------------------------------------------------------
NEWS | 9 +++++++++
dist.mk | 4 ++--
include/ncurses_defs | 3 ++-
ncurses/base/lib_getch.c | 6 ++++--
ncurses/base/lib_screen.c | 22 +++++++++++++---------
ncurses/base/lib_ungetch.c | 8 ++++----
ncurses/curses.priv.h | 10 +++++-----
progs/tset.c | 5 +++--
8 files changed, 42 insertions(+), 25 deletions(-)
------------------------------------------------------------------------------
20020824
+ add a check in kgetch() for cooked characters in the fifo to avoid
calling fifo_push() when a KEY_RESIZE is available (report/analysis
by Sam Varshavchik <address@hidden>).
+ fix an overlooked case for bugzilla #68199 (Philippe Blain).
+ ensure clearerr() is called before using ferror() e.g., in
lib_screen.c (report by Philippe Blain).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.2-20020824.patch.gz,
Thomas Dickey <=