ncursesw-morphos/include
Thomas E. Dickey 1501ae2a13 ncurses 6.0 - patch 20180121
> terminfo changes:
+ add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
  blocks from xterm #331 -TD
+ add xterm+direct, xterm+indirect, xterm-direct entries from xterm
  #331 -TD
+ modify xterm+256color and xterm+256setaf to use correct number of
  color pairs, for ncurses 6.1 -TD
+ add rs1 capability to xterm-256color -TD
+ modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
  match xterm #272, reflecting packager's changes -TD
+ remove "boolean" Se, Ss from st-0.7 -TD
+ add konsole-direct and st-direct -TD
+ remove unsupported "Tc" capability from st-0.7; use st-direct if
  direct-colors are wanted -TD
+ add vte-direct -TD
+ add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
  Pierre Carru)
+ use xterm+sm+1006 in xterm-new, vte-2014 -TD
+ use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
  mode does not work with those programs.  konsole is debatable -TD
+ add "termite" entry (report by Markus Pfeiffer) -TD
> merge branch begun April 2, 2017 which provides these features:
+ support read/write new binary-format for terminfo which stores
  numeric capabilities as a signed 32-bit integer.  The test programs
  such as picsmap, ncurses were created or updated during 2017 to use
  this feature.
+ the new format is written by the wide-character configuration of
  tic when it finds a numeric capability larger than 32767.
+ other applications such as infocmp built with the wide-character
  ncurses library work as expected.
+ applications built with the "narrow" (8-bit) configuration will
  read the new format, but will limit those extended values to 32767.
+ in either wide/narrow configuration, the structure defined in
  term.h still uses signed 16-bit values.
+ because it is incompatible with the legacy (mid-1980s) binary format,
  a new magic value is provided for the "file" program.
+ the term.5 manual page is updated to describe this new format.
+ the limit on file-size for compiled terminfo is increased in the
  wide-character configuration to 32768.
2018-01-22 01:39:40 +00:00
..
capdefaults.c
Caps ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
Caps.aix4 ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
Caps.hpux11 ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
Caps.keys ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
Caps.osf1r5 ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
Caps.uwin ncurses 6.0 - patch 20160813 2016-08-14 02:00:38 +00:00
curses.h.in ncurses 6.0 - patch 20171125 2017-11-26 00:35:16 +00:00
curses.tail ncurses 6.0 - patch 20160213 2016-02-14 00:43:22 +00:00
curses.wide ncurses 6.0 - patch 20170401 2017-04-02 01:27:53 +00:00
edit_cfg.sh ncurses 6.0 - patch 20170812 2017-08-13 00:55:26 +00:00
hashed_db.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
headers ncurses 5.9 - patch 20131019 2013-10-20 01:21:20 +00:00
Makefile.in ncurses 6.0 - patch 20150808 2015-08-09 00:19:07 +00:00
MKhashsize.sh
MKkey_defs.sh ncurses 6.0 - patch 20170812 2017-08-13 00:55:26 +00:00
MKncurses_def.sh ncurses 6.0 - patch 20170415 2017-04-16 01:08:25 +00:00
MKparametrized.sh ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
MKterm.h.awk.in ncurses 6.0 - patch 20170415 2017-04-16 01:08:25 +00:00
nc_alloc.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
nc_mingw.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
nc_panel.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
nc_string.h ncurses 6.0 - patch 20160910 2016-09-11 01:24:00 +00:00
nc_termios.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
nc_tparm.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
ncurses_cfg.hin ncurses 6.0 - patch 20171209 2017-12-10 00:31:04 +00:00
ncurses_defs ncurses 6.0 - patch 20171230 2017-12-31 01:08:31 +00:00
ncurses_dll.h.in ncurses 5.9 - patch 20140802 2014-08-03 01:14:25 +00:00
ncurses_mingw.h ncurses 6.0 - patch 20170722 2017-07-23 00:30:14 +00:00
term_entry.h ncurses 6.0 - patch 20170415 2017-04-16 01:08:25 +00:00
termcap.h.in ncurses 6.0 - patch 20170415 2017-04-16 01:08:25 +00:00
tic.h ncurses 6.0 - patch 20180121 2018-01-22 01:39:40 +00:00
unctrl.h.in