]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20170311
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Mar 2017 01:04:32 +0000 (01:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Mar 2017 01:04:32 +0000 (01:04 +0000)
commit90d42867e1296bc79021006a92032c76e59068b6
treedaba82b59ca741c51d2bec533b9f7987cbd63bec
parentdcfe712cb3492636e8d50c9867cf05aec089a576
ncurses 6.0 - patch 20170311

+ modify vt100 rs2 string to reset vt52 mode and scrolling regions
  (report/analysis by Robert King) -TD
+ add vt100+4bsd building block, use that for older terminals rather
  than "vt100" which is now mostly used as a building block for
  terminal emulators -TD
+ correct a few spelling errors in terminfo.src comments -TD
+ add fbterm -TD
+ fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
+ changed internal colorpair_t to a struct, eliminating an internal
  8-bit limit on colors
+ add ncurses/new_pair.h
+ add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
  free_pair() functions
+ add test/demo_new_pair.c
54 files changed:
MANIFEST
NEWS
VERSION
configure
configure.in
dist.mk
form/llib-lform
form/llib-lformt
form/llib-lformtw
form/llib-lformw
include/curses.h.in
include/ncurses_defs
man/man_db.renames
man/ncurses.3x
man/new_pair.3x [new file with mode: 0644]
man/terminfo.head
misc/terminfo.src
ncurses/base/lib_color.c
ncurses/base/lib_dft_fgbg.c
ncurses/base/lib_freeall.c
ncurses/base/lib_set_term.c
ncurses/base/new_pair.c [new file with mode: 0644]
ncurses/curses.priv.h
ncurses/llib-lncurses
ncurses/llib-lncursest
ncurses/llib-lncursestw
ncurses/llib-lncursesw
ncurses/modules
ncurses/new_pair.h [new file with mode: 0644]
ncurses/tinfo/tinfo_driver.c
ncurses/trace/lib_traceatr.c
ncurses/tty/tty_update.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.map
package/ncurses.spec
package/ncurses.sym
package/ncursest.map
package/ncursest.sym
package/ncursestw.map
package/ncursestw.sym
package/ncursesw.map
package/ncursesw.sym
test/README
test/configure
test/configure.in
test/demo_new_pair.c [new file with mode: 0644]
test/modules
test/ncurses.c
test/programs
test/test.priv.h