Charles Wilson wrote: > Eric Backus wrote: >> I'm getting a segmentation fault when I try to use tput. The program runs >> successfully if you just ask it for a version number, or if asked for a non- >> existent capability, but gets a seg fault when asked about a real capability. >> >> $ tput sgr0 >> Segmentation fault (core dumped) <---- this is wrong >> $ tput -V >> ncurses 5.7.20091024 <---- OK, latest version >> $ tput garbage >> tput: unknown terminfo capability 'garbage' <---- OK, this is correct >> $ type tput >> tput is hashed (/bin/tput) >> >> The seg fault didn't happen with the previous version.
Should be fixed in ncurses-5.7-16. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple