]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20160116
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 17 Jan 2016 02:21:18 +0000 (02:21 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 17 Jan 2016 02:21:18 +0000 (02:21 +0000)
commitefd717f13effbf1d0fd743a214aebc0c97c8b66c
tree7f648bea81dae0254001d9631f2385b54e589d71
parentcea2b8032daa63b0f131fd5793de28b2abdf5471
ncurses 6.0 - patch 20160116

+ tidy up comments about hardcoded 256color palette (report by
  Leonardo Brondani Schenkel) -TD
+ add putty-noapp entry, and amend putty entry to use application mode
  for better consistency with xterm (report by Leonardo Brondani
  Schenkel) -TD
+ modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
  as a whole rather than their multibyte equivalents.
+ minor fix in wadd_wchnstr() to ensure that each cell has nonzero
  width.
+ move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
  error status when processing Unicode values which are not mapped.
15 files changed:
NEWS
VERSION
dist.mk
misc/terminfo.src
ncurses/base/lib_addstr.c
ncurses/curses.priv.h
ncurses/trace/lib_traceatr.c
ncurses/trace/visbuf.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/test_sgr.c