[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20070526.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20070526.patch.gz |
Date: |
Sat, 26 May 2007 19:48:17 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.6 - patch 20070526 - 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 Sat May 26 23:44:27 UTC 2007
------------------------------------------------------------------------------
NEWS | 10 -
dist.mk | 4
man/curs_terminfo.3x | 4
man/curs_util.3x | 41 ++++
ncurses/base/MKkeyname.awk | 4
ncurses/curses.priv.h | 3
ncurses/tinfo/lib_data.c | 3
ncurses/tinfo/lib_ttyflags.c | 78 +++++---
test/demo_panels.c | 374 ++++++++++++++++++++++++++++++++++++++++-
9 files changed, 478 insertions(+), 43 deletions(-)
------------------------------------------------------------------------------
20070526
+ modify keyname() to use "^X" form only if meta() has been called, or
if keyname() is called without initializing curses, e.g., via
initscr() or newterm() (prompted by LinuxBase #1604).
+ document some portability issues in man/curs_util.3x
+ add a shadow copy of TTY buffer to _nc_prescreen to fix applications
broken by moving that data into SCREEN (cf: 20061230).
--
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-20070526.patch.gz,
Thomas Dickey <=