You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:$HOME/bin:$PATH
need to use /usr/bin/tput, NOT /opt/local/bin/tput
however it is very wierd
for /opt/local/bin/tput, tput -V
ncurses 6.0.20150808
BUT
but /usr/bin/tput, tput -V
ncurses 5.7.20081102
so your terminfo command DOES NOT WORK with newer ncurses 6
where u used the command cd
clear screen
https://www.gnu.org/software/termutils/manual/termutils-2.0/html_chapter/tput_1.html
which is why i got the error unknown terminfo capability
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: