I just installed sysutils/tmux on 8.0-STABLE and seem to be having a terminfo problem. With the default config, I get no color and attempting to open any CLI app like htop returns
while vim gives me a warning message saying
I can see a screen256-color file under /usr/local/share/misc/terminfo.db/s and I've tried building devel/ncurses --without-hash-db along with 256-color support of course but that didn't work either. After that I'm lost as to what to do though since I don't know much about termcap/terminfo and I'm still trying to read through the man page for terminfo.
Any help would be greatly appreciated,
Cloud
Code:
Error opening terminal: screen-256color.
Code:
E558: Terminal entry not found in terminfo.
'screen-256color' not known. Available builtin terminals are:
builtin_gui
builtin_riscos
builtin_amiga etc etc ... Defaulting to 'ansi'.
I can see a screen256-color file under /usr/local/share/misc/terminfo.db/s and I've tried building devel/ncurses --without-hash-db along with 256-color support of course but that didn't work either. After that I'm lost as to what to do though since I don't know much about termcap/terminfo and I'm still trying to read through the man page for terminfo.
Any help would be greatly appreciated,
Cloud