]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/toe.1m.html
ncurses 6.1 - patch 20190121
authorThomas E. Dickey <dickey@invisible-island.net>
Tue, 22 Jan 2019 00:49:19 +0000 (00:49 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Tue, 22 Jan 2019 00:49:19 +0000 (00:49 +0000)
commiteccca377f55c70b12e3e92621d94d1e1c1fcfb7d
treead522e89d45517f40b7f2490005d6d6b0c9829c6
parentacb4184f8f69fddd052a3daa8c8675f4bf8ce369
ncurses 6.1 - patch 20190121

+ add a check in test/configure to work around non-ncurses termcap.h
  file in Slackware.
+ corrected flag for "seq" method of db 1.8.5 interface, needed by toe
  on some of the BSDs.
+ updated "string-hacks" feature.
+ minor improvements to manpage typography.
+ corrected conditionally-compiled limit on color pairs (report by
  "Hudd").
+ add -x option to test/pair_content, test/color_content for testing
  init_extended_pair, extended_pair_content, init_extended_color,
  extended_color_content
+ add -p option to test/pair_content, test/color_content to show the
  return values from the tested functions.
+ improve manual page curs_color.3x discussion of error returns and
  extensions.
+ add O_INPUT_FIELD extension to form library (patch by Leon Winter).
+ override/suppress --enable-db-install if --disable-database configure
  option was given.
+ change a too-large terminal entry in tic from a fatal error to a
  warning (prompted by discussion with Gabriele Balducci).
137 files changed:
INSTALL
NEWS
VERSION
configure
configure.in
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_color.3x.html
doc/html/man/curs_inopts.3x.html
doc/html/man/form.3x.html
doc/html/man/form_cursor.3x.html
doc/html/man/form_driver.3x.html
doc/html/man/form_field.3x.html
doc/html/man/form_field_attributes.3x.html
doc/html/man/form_field_buffer.3x.html
doc/html/man/form_field_info.3x.html
doc/html/man/form_field_just.3x.html
doc/html/man/form_field_opts.3x.html
doc/html/man/form_field_validation.3x.html
doc/html/man/form_fieldtype.3x.html
doc/html/man/form_hook.3x.html
doc/html/man/form_opts.3x.html
doc/html/man/form_page.3x.html
doc/html/man/form_post.3x.html
doc/html/man/form_win.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/menu_attributes.3x.html
doc/html/man/menu_cursor.3x.html
doc/html/man/menu_driver.3x.html
doc/html/man/menu_format.3x.html
doc/html/man/menu_hook.3x.html
doc/html/man/menu_items.3x.html
doc/html/man/menu_mark.3x.html
doc/html/man/menu_new.3x.html
doc/html/man/menu_opts.3x.html
doc/html/man/menu_pattern.3x.html
doc/html/man/menu_post.3x.html
doc/html/man/menu_win.3x.html
doc/html/man/mitem_current.3x.html
doc/html/man/mitem_new.3x.html
doc/html/man/mitem_opts.3x.html
doc/html/man/mitem_value.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
form/fld_max.c
form/form.h
form/frm_driver.c
man/curs_color.3x
man/curs_inopts.3x
man/form.3x
man/form_cursor.3x
man/form_driver.3x
man/form_field.3x
man/form_field_attributes.3x
man/form_field_buffer.3x
man/form_field_info.3x
man/form_field_just.3x
man/form_field_opts.3x
man/form_field_validation.3x
man/form_fieldtype.3x
man/form_hook.3x
man/form_opts.3x
man/form_page.3x
man/form_post.3x
man/form_win.3x
man/man_db.renames
man/manhtml.externs
man/menu.3x
man/menu_attributes.3x
man/menu_cursor.3x
man/menu_driver.3x
man/menu_format.3x
man/menu_hook.3x
man/menu_items.3x
man/menu_mark.3x
man/menu_new.3x
man/menu_opts.3x
man/menu_pattern.3x
man/menu_post.3x
man/menu_win.3x
man/mitem_current.3x
man/mitem_new.3x
man/mitem_opts.3x
man/mitem_value.3x
man/terminfo.tail
misc/Makefile.in
ncurses/base/lib_color.c
ncurses/base/lib_printw.c
ncurses/base/lib_scanw.c
ncurses/base/new_pair.c
ncurses/curses.priv.h
ncurses/tinfo/access.c
ncurses/tinfo/comp_error.c
ncurses/tinfo/hashed_db.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/write_entry.c
ncurses/trace/lib_trace.c
ncurses/widechar/lib_add_wch.c
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/README
test/color_content.c
test/configure
test/configure.in
test/demo_termcap.c
test/dots.c
test/dots_curses.c
test/dots_mvcur.c
test/dots_termcap.c
test/dots_xcurses.c
test/edit_field.c
test/extended_color.c
test/movewindow.c
test/ncurses.c
test/padview.c
test/pair_content.c
test/picsmap.c
test/savescreen.c
test/test.priv.h