]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130831
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 31 Aug 2013 21:14:42 +0000 (21:14 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 31 Aug 2013 21:14:42 +0000 (21:14 +0000)
commit952539d2f6aa5a3a29adc54488b0d3b66121c888
treea4c392268dc8169b70b39ff170ce63dc29adc144
parentdff527f594001b2aed593868bd7774c86eec813d
ncurses 5.9 - patch 20130831

+ modify test/ncurses.c b/B tests to display lines only for the
  attributes which a given terminal supports, to make room for an
  italics test.
+ completed ncv table in terminfo.tail; it did not list the wide
  character codes listed in X/Open Curses issue 7.
+ add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
17 files changed:
NEWS
dist.mk
include/curses.h.in
man/curs_attr.3x
man/terminfo.tail
ncurses/base/lib_newterm.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/comp_parse.c
ncurses/tinfo/tinfo_driver.c
ncurses/trace/lib_traceatr.c
ncurses/tty/lib_vidattr.c
ncurses/widechar/lib_vid_attr.c
package/debian/changelog
package/mingw-ncurses.spec
package/ncurses.spec
test/ncurses.c