]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/curs_inch.3x.html
ncurses 6.0 - patch 20171014
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Oct 2017 01:25:24 +0000 (01:25 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Oct 2017 01:25:24 +0000 (01:25 +0000)
commit7fa7badf32c514211478cf9f79c70f20d435c2f2
tree1f0c87d0f9c5d415c33943103053f3969f12993f
parentcd142df6d9934f1bda19f5b968cc666291be5072
ncurses 6.0 - patch 20171014

+ minor cleanup to test/view.c:
  + eliminate "-n" option by simply reading the whole file.
  + implement page up/down commands.
+ add check in tput for init/reset operands to ensure those use a
  terminal.
+ improve manual pages which discuss chtype, cchar_t types and the
  attribute values which can be stored in those types.
+ correct array-index when parsing "-T" command-line option in tabs
  program.
+ modify demo_new_pair.c to pass extended pairs to setcchar().
+ add test/dots_xcurses.c to illustrate a different approach used for
  extended colors which can be contrasted with dots_curses.c.
+ add a check in tic to note when a description uses non-mandatory
  delays without xon_xoff.  This is not an error, but some descriptions
  for a terminal emulator may use the combination incorrectly.
48 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_attr.3x.html
doc/html/man/curs_inch.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_attr.3x
man/curs_inch.3x
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/progs.priv.h
progs/tabs.c
progs/tic.c
progs/tput.c
test/demo_new_pair.c
test/dots.c
test/dots_curses.c
test/dots_mvcur.c
test/dots_termcap.c
test/dots_xcurses.c [new file with mode: 0644]
test/echochar.c
test/modules
test/programs
test/test.priv.h
test/test_termattrs.c
test/test_vid_puts.c
test/test_vidputs.c
test/view.c