[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20060527.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20060527.patch.gz |
Date: |
Sat, 27 May 2006 20:20:53 -0400 |
User-agent: |
Mutt/1.5.9i |
ncurses 5.5 - patch 20060527 - 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
------------------------------------------------------------------------------
INSTALL | 9
NEWS | 19
TO-DO | 11
announce.html.in | 11
configure | 2693 +++++++++++++++++++++---------------------
configure.in | 12
dist.mk | 4
form/frm_driver.c | 4
include/Caps | 8
include/Caps.aix4 | 8
include/Caps.hpux11 | 8
include/Caps.keys | 8
include/Caps.osf1r5 | 8
include/Caps.uwin | 8
include/curses.h.in | 61
include/curses.tail | 6
include/curses.wide | 8
include/ncurses_defs | 5
man/curs_getyx.3x | 4
ncurses/Makefile.in | 11
ncurses/base/lib_addch.c | 6
ncurses/base/lib_addstr.c | 8
ncurses/base/lib_bkgd.c | 8
ncurses/base/lib_newwin.c | 8
ncurses/base/lib_refresh.c | 6
ncurses/base/lib_screen.c | 10
ncurses/base/lib_slkclear.c | 6
ncurses/base/lib_slkrefr.c | 6
ncurses/base/lib_wattroff.c | 11
ncurses/base/lib_wattron.c | 11
ncurses/base/lib_window.c | 6
ncurses/curses.priv.h | 14
ncurses/tty/lib_twait.c | 102 -
ncurses/tty/tty_update.c | 4
panel/panel.h | 4
test/test.priv.h | 10
36 files changed, 1602 insertions(+), 1524 deletions(-)
------------------------------------------------------------------------------
20060527
+ add a configure option --enable-wgetch-events to enable
NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
lib_twait.c (report by Bernd Jendrissek).
+ remove include/nomacros.h from build, since the ifdef for
NCURSES_NOMACROS makes that obsolete.
+ add entrypoints for some functions which were only provided as macros
to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(),
getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
wgetbkgrnd().
+ provide ifdef for NCURSES_NOMACROS which suppresses most macro
definitions from curses.h, i.e., where a macro is defined to override
a function to improve performance. Allowing a developer to suppress
these definitions can simplify some application (discussion with
Stanislav Ievlev).
+ improve description of memu/meml in terminfo manpage.
--
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-20060527.patch.gz,
Thomas Dickey <=