]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/toe.1m.html
ncurses 6.1 - patch 20181229
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Dec 2018 01:55:38 +0000 (01:55 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Dec 2018 01:55:38 +0000 (01:55 +0000)
commitbfe3845eb1a2ff02a740e917b537e939ec4e44cb
tree05b8ca9003f0057ce37ac69b82e1ef4a62a14a12
parent45291421bee33c79ffb4c8f0e1b67ca5cc262114
ncurses 6.1 - patch 20181229

+ improve man/curs_mouse.3x with regard to xterm
+ modify tracemunch to accept filename parameters in addition to use
  as a pipe/filter.
+ minor optimization to reduce calls to _nc_reserve_pairs (prompted by
  discussion with Bryan Christ).
+ add test/pair_content.c and test/color_content.c
+ modify infocmp to omit filtering of "OTxx" names which are used for
  obsolete capabilities, when the output is sorted by long-names.
  Doing this helps when making a table of the short/long capability
  names.
45 files changed:
MANIFEST
NEWS
VERSION
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_mouse.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/curs_mouse.3x
ncurses/base/lib_color.c
ncurses/base/new_pair.c
ncurses/curses.priv.h
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
progs/dump_entry.c
test/color_content.c [new file with mode: 0644]
test/color_name.h
test/demo_altkeys.c
test/extended_color.c
test/foldkeys.c
test/modules
test/pair_content.c [new file with mode: 0644]
test/programs
test/savescreen.c
test/tclock.c
test/test.priv.h
test/tracemunch