Possibly not spam ramblings and links from the edge of the universe

17Jul/100

termcap/terminfo on FreeBSD

Posted by dracoling

aka: why doesn't it like my rxvt?!

copy your termcap info from the computer running rxvt to your server for great justice!

local# infocmp -L rxvt-unicode > ~/rxvt-unicode.termcap
local# scp rxvt-unicode.termcap user@server:rxvt-unicode.termcap
server# su
server# portmaster devel/ncurses
server# tic rxvt-unicode.termcap
server# infocmp -C rxvt-unicode >> /usr/share/misc/termcap
server# cd /usr/share/misc
server# cap_mkdb termcap