ncurses: Block warning about "older tic versions"
authorJohn Marino <draco@marino.st>
Sun, 13 May 2012 00:20:20 +0000 (02:20 +0200)
committerJohn Marino <draco@marino.st>
Sun, 13 May 2012 00:36:55 +0000 (02:36 +0200)
commitb0ed2e1a669a2cb0a4b96f0849964df054d2f07c
tree024eef144453a4c97c2af445018b6b1520d06a09
parent9effbefff4a8bea1b002e11c33f9a85ed204c547
ncurses: Block warning about "older tic versions"

The /etc/termcap file should have a space between the last "|" character and the alias per
format rules.  ncurses can still interpret the alias of the termcap entries correctly, but by
default will emit the warning, "older tic versions may treat the description field as an alias"
whenver it encounters such an entry (e.g. the common cons25).

Rather than update hundreds of entries, just silence the warning.  This is what FreeBSD does.
contrib/ncurses/README.DRAGONFLY
contrib/ncurses/ncurses/tinfo/comp_scan.c
lib/libncurses/libncurses/Makefile