ncurses: Add hostprog variant of tic.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 14 Nov 2017 12:23:22 +0000 (14:23 +0200)
committerzrj <zrj@dragonflybsd.org>
Wed, 15 Nov 2017 19:34:20 +0000 (21:34 +0200)
commita0f7baaf35ae3d6e36ae601060c750a4a4f4a13b
tree2ac8ce267e1f46fc9a12766279c9b3f011be0f05
parent9b451600a7d7bc651e9e11619a084598ddf38696
ncurses: Add hostprog variant of tic.

Tic(1) uses some of internal bits of ncurses implementation.
  * For now include a basic set of libncurses.
  * Link this tic with wide version of ncurses.
  * Adjust sources a bit for future reference.
lib/libncurses/Makefile
lib/libncurses/Makefile.inc
lib/libncurses/Makefile.sources
lib/libncurses/libncurses/Makefile
lib/libncurses/libncursesw/Makefile
lib/libncurses/libtic/Makefile [new file with mode: 0644]
lib/libncurses/tic_next/Makefile [new file with mode: 0644]
lib/libncurses/tic_next/transform.h [new file with mode: 0644]