[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170930
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170930 |
Date: |
Sun, 1 Oct 2017 01:44:30 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170930.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170930.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170930.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170930.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170930.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170930.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.0/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.0/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170930.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170930.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170930.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170930.tgz.asc
ncurses 6.0 - patch 20170930 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://ftp.invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170930.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Oct 1 01:37:33 UTC 2017
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 6
NEWS | 19
VERSION | 2
aclocal.m4 | 6
dist.mk | 4
include/ncurses_defs | 3
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/aclocal.m4 | 10
test/background.c | 4
test/blue.c | 8
test/bs.c | 16
test/chgat.c | 12
test/clip_printw.c | 12
test/configure | 1015 ++++---------------------------------
test/configure.in | 15
test/demo_new_pair.c | 16
test/dots.c | 8
test/dots_curses.c | 6
test/dots_mvcur.c | 11
test/dots_termcap.c | 10
test/echochar.c | 5
test/filter.c | 4
test/firework.c | 6
test/gdc.c | 25
test/hashtest.c | 6
test/key_names.c | 7
test/ncurses.c | 230 +++++---
test/newdemo.c | 6
test/railroad.c | 11
test/rain.c | 6
test/savescreen.c | 4
test/test.priv.h | 26
test/test_addchstr.c | 6
test/test_get_wstr.c | 6
test/test_getstr.c | 6
test/view.c | 13
test/xmas.c | 22
42 files changed, 472 insertions(+), 1120 deletions(-)
------------------------------------------------------------------------------
20170930
+ fix a symbol conflict that made ncurses.c C/c menu not work with
Solaris xpg4 curses.
+ add refresh() call to dots_mvcur.c, needed to use mvcur() with
Solaris xpg4 curses after calling newterm().
+ minor fixes for configure script from work on ncurses-examples and
tin.
+ improve animation in test/xmas.c by adding a time-delay in blinkit().
+ modify several test programs to reflect that ncurses honors existing
signal handlers in initscr(), while other implementations do not.
+ modify bs.c to make it easier to quit.
+ change ncurses-examples to use attr_t vs chtype to follow X/Open
documentation more closely since Solaris xpg4-curses uses different
values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
short. Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
two sets.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.0-20170930,
Thomas Dickey <=