[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.4-20040417.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.4-20040417.patch.gz |
Date: |
Sat, 17 Apr 2004 18:39:32 -0400 |
User-agent: |
Mutt/1.5.4i |
ncurses 5.4 - patch 20040417 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.4 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.4 are in the subdirectory
ftp://dickey.his.com/ncurses/5.4
------------------------------------------------------------------------------
NEWS | 13 +
dist.mk | 4
menu/m_post.c | 269 +++++++++++++++----------------
ncurses/base/lib_freeall.c | 6
ncurses/base/lib_newwin.c | 7
ncurses/tinfo/alloc_entry.c | 13 +
ncurses/tinfo/comp_error.c | 9 -
ncurses/tinfo/comp_parse.c | 21 +-
ncurses/tinfo/comp_scan.c | 358 +++++++++++++++++++++---------------------
ncurses/tinfo/name_match.c | 14 +
progs/tic.c | 15 -
test/bs.c | 4
test/color_set.c | 12 +
test/demo_forms.c | 4
test/dots.c | 14 +
test/ncurses.c | 6
test/test.priv.h | 6
17 files changed, 414 insertions(+), 361 deletions(-)
------------------------------------------------------------------------------
20040417
+ modify tic's missing-sgr warning to apply to terminfo only.
+ free some memory leaks in tic.
+ remove check in post_menu() that prevented menus from extending
beyond the screen (request by Max J. Werner).
+ remove check in newwin(), derwin() that prevents allocating windows
that extend beyond the screen. Solaris curses does this.
+ add ifdef in test/color_set.c to allow it to compile with older
curses.
+ add napms() calls to test/dots.c to make it not be a CPU hog.
--
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.4-20040417.patch.gz,
Thomas Dickey <=