Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tput #84

Open
jgigault opened this issue Feb 4, 2017 · 1 comment
Open

tput #84

jgigault opened this issue Feb 4, 2017 · 1 comment

Comments

@jgigault
Copy link
Owner

jgigault commented Feb 4, 2017

1__sh_42filechecker_sh__sh_

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
@Seluj78
Copy link
Collaborator

Seluj78 commented Jan 1, 2018

@jgigault did you fix this in ccf8d39 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants