Z zero Oct 31, 2009 #1 Hello, Can anybody tell me where can I find an official documentation of termcap/terminfo?
DutchDaemon Administrator Staff member Administrator Moderator Developer Oct 31, 2009 #2 Howto & Faq = Wrong forum, read the sticky there: http://forums.freebsd.org/showthread.php?t=3888
J john_doe Guest Oct 31, 2009 #3 ncurses docs, termcap(5), getcap(3)? ncurses in base system doesn't have terminfo(5) support, so you'll need to compile devel/ncurses to get it.
ncurses docs, termcap(5), getcap(3)? ncurses in base system doesn't have terminfo(5) support, so you'll need to compile devel/ncurses to get it.
michaelrmgreen Nov 2, 2009 #4 If you need the terminfo databse you need to edit the makefile file Code: # cd /usr/ports/devel/ncurses Edit Makefile replacing '--with-hashed-db' with '--without-hashed-db' # make # make install # make clean
If you need the terminfo databse you need to edit the makefile file Code: # cd /usr/ports/devel/ncurses Edit Makefile replacing '--with-hashed-db' with '--without-hashed-db' # make # make install # make clean