X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ed4085e42b037133ea7ea8c3bf5256a95d81fdef..4439993897592e11a34deedb103a93e8f9aab16a:/test/format/test-curses?ds=sidebyside diff --git a/test/format/test-curses b/test/format/test-curses index bd38efba..76f18ae1 100755 --- a/test/format/test-curses +++ b/test/format/test-curses @@ -22,12 +22,12 @@ require_prog tput # back to termcap capability codes. Its tigetstr(3X) does handle # them, so the nmh curses support, including etc/scan.curses, works # just fine. -if tput sgr0 >/dev/null 2>&1; then +if tput -Txterm-color sgr0 >/dev/null 2>&1; then standout_code=smso bold_code=bold reset_code=sgr0 foreground_code=setaf -elif tput me >/dev/null 2>&1; then +elif tput -Txterm-color me >/dev/null 2>&1; then standout_code=so bold_code=md reset_code=me