[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20051022.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20051022.patch.gz |
Date: |
Sat, 22 Oct 2005 19:46:13 -0400 |
User-agent: |
Mutt/1.5.9i |
ncurses 5.5 - patch 20051022 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.5 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.5 are in the subdirectory
ftp://invisible-island.net/ncurses/5.5
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 11 ++
dist.mk | 4
menu/m_cursor.c | 8 -
ncurses-5.5-20051022/test/demo_altkeys.c | 142 +++++++++++++++++++++++++++++
ncurses/base/MKkeyname.awk | 3
ncurses/base/lib_initscr.c | 10 --
ncurses/base/lib_newterm.c | 10 +-
test/Makefile.in | 6 +
test/demo_defkey.c | 15 ++-
test/modules | 3
11 files changed, 189 insertions(+), 24 deletions(-)
------------------------------------------------------------------------------
20051022
+ move assignment from environment variable ESCDELAY from initscr()
down to newterm() so the environment variable affects timeouts for
terminals opened with newterm() as well.
+ fix a memory leak in keyname().
+ add test/demo_altkeys.c
+ modify test/demo_defkey.c to exit from loop via 'q' to allow
leak-checking, as well as fix a buffer size in winnstr() call.
--
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.5-20051022.patch.gz,
Thomas Dickey <=