[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20070512.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20070512.patch.gz |
Date: |
Sat, 12 May 2007 20:58:56 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.6 - patch 20070512 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.6 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.6 are in the subdirectory
ftp://invisible-island.net/ncurses/5.6
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun May 13 00:52:59 UTC 2007
------------------------------------------------------------------------------
NEWS | 11 +
dist.mk | 4
man/curs_getyx.3x | 22 ++
man/curs_opaque.3x | 3
man/panel.3x | 37 ++--
ncurses/base/lib_set_term.c | 72 +++----
ncurses/base/lib_slkinit.c | 15 -
ncurses/curses.priv.h | 9
ncurses/tinfo/lib_data.c | 4
ncurses/tinfo/setbuf.c | 6
ncurses/tinfo/write_entry.c | 11 -
ncurses/tty/lib_twait.c | 6
ncurses/widechar/lib_cchar.c | 9
ncurses/widechar/lib_get_wch.c | 6
test/ncurses.c | 359 ++++++++++++++++++++-------------------
15 files changed, 309 insertions(+), 265 deletions(-)
------------------------------------------------------------------------------
20070512
+ add 'O' (wide-character panel test) in ncurses.c to demonstrate a
problem reported by Sadrul H Chowdhury with repainting parts of
a fullwidth cell.
+ modify slk_init() so that if there are preceding calls to
ripoffline(), those affect the available lines for soft-keys (adapted
from patch by Clive Nicolson).
+ document some portability issues in man/curs_getyx.3x
--
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.6-20070512.patch.gz,
Thomas Dickey <=