[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20140927
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-5.9-20140927 |
Date: |
Sat, 27 Sep 2014 20:24:45 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140927.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140927.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140927.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140927.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140927.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140927.tgz.asc
ftp://invisible-island.net/ncurses/5.9/MD5sums
ftp://invisible-island.net/ncurses/5.9/dev-patches.zip
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140927.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140927.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140927.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140927.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20140927.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20140927.zip
ncurses 5.9 - patch - 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-20140927.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 28 00:19:13 UTC 2014
------------------------------------------------------------------------------
NEWS | 18 ++
configure | 47 ++++---
configure.in | 17 ++
dist.mk | 4
form/frm_driver.c | 4
misc/Makefile.in | 8 -
ncurses/curses.priv.h | 3
ncurses/tinfo/lib_options.c | 12 +
ncurses/tinfo/tinfo_driver.c | 34 +++++
ncurses/trace/visbuf.c | 6
ncurses/win32con/win_driver.c | 233 +++++++++++++++++++++++++++++++------
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 2
test/dots_termcap.c | 4
18 files changed, 325 insertions(+), 85 deletions(-)
------------------------------------------------------------------------------
20140927
+ implement curs_set in win_driver.c
+ implement flash in win_driver.c
+ fix an infinite loop in win_driver.c if the command-window loses
focus.
+ improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
win_driver.c by temporarily changing the buffer-size to match the
window-size to eliminate the scrollback. Also enforce a minimum
screen-size of 24x80 in the non-buffered mode.
+ modify generated misc/Makefile to suppress install.data from the
dependencies if the --disable-db-install option is used, compensating
for the top-level makefile changes used to add ncurses*-config in the
20140920 changes (report by Steven Honeyman).
--
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] |
- ANN: ncurses-5.9-20140927,
Thomas Dickey <=