[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20130302.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20130302.patch.gz |
Date: |
Sat, 02 Mar 2013 20:10:12 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.9 - patch 20130302 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130302.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Mar 3 01:02:00 UTC 2013
------------------------------------------------------------------------------
NEWS | 13 ++
dist.mk | 4
man/ncurses.3x | 35 +++++-
man/terminfo.head | 12 +-
man/terminfo.tail | 89 +++++++++++++++-
ncurses/base/lib_addch.c | 15 +-
ncurses/widechar/widechars.c | 11 +-
ncurses/win32con/win_driver.c | 210 +++++++++++++++++++++-------------------
package/debian/changelog | 4
package/ncurses.spec | 2
10 files changed, 261 insertions(+), 134 deletions(-)
------------------------------------------------------------------------------
20130302
+ add section to terminfo manpage discussing user-defined capabilities.
+ update manpage description of NCURSES_NO_SETBUF, explaining why it
is obsolete.
+ add a check in waddch_nosync() to ensure that tab characters are
treated as control characters; some broken locales claim they are
printable.
+ add some traces to the Windows console driver.
+ initialize a temporary array in _nc_mbtowc, needed for some cases
of raw input in MinGW port.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.9-20130302.patch.gz,
Thomas Dickey <=