]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120512
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 12 May 2012 23:45:23 +0000 (23:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 12 May 2012 23:45:23 +0000 (23:45 +0000)
commit83589fb4c61328aec02dd6661e3f4bbb1daaeaaa
treed637a1962d90dbc80894d3a445e66b1eb205c938
parent8789460c7ae8e812ec444304cad5e23df1d70fc8
ncurses 5.9 - patch 20120512

+ corrected 'op' for bterm (report by Samuel Thibault) -TD
+ modify test/background.c to demonstrate a background character
  holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
  the thick- and double-line extension (cf: 20091003).
+ modify handling of acs characters in PutAttrChar to avoid mapping an
  unmapped character to a space with A_ALTCHARSET set.
+ rewrite vt520 entry based on vt420 -TD
NEWS
dist.mk
misc/terminfo.src
ncurses/tty/tty_update.c
test/background.c