]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120407
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Apr 2012 00:45:28 +0000 (00:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Apr 2012 00:45:28 +0000 (00:45 +0000)
commit18b7b94579f108e649ece3fb12165833dbf5d95a
tree425f3f15edef47cebc9db3c8bc8bbe0f1b9a07cd
parent3e800f58ddf476b6f98de80c486e6adae38ec030
ncurses 5.9 - patch 20120407

+ fix an inconsistency between tic/infocmp "-x" option; tic omits all
  non-standard capabilities, while infocmp was ignoring only the user
  definable capabilities.
+ improve special case in tic parsing of description to allow it to be
  followed by terminfo capabilities.  Previously the description had to
  be the last field on an input line to allow tic to distinguish
  between termcap and terminfo format while still allowing commas to be
  embedded in the description.
+ correct variable name in gen_edit.sh which broke configurability of
  the --with-xterm-kbs option.
+ revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
+ further amend 20110910 change, providing for configure-script
  override of the "linux" terminfo entry to install and changing the
  default for that to "linux2.2" (Debian #665959).
NEWS
dist.mk
misc/gen_edit.sh
misc/terminfo.src
ncurses/tinfo/comp_scan.c
progs/infocmp.c