X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a5b7be2e3acec12e6c34261d555ceeed9fcbeb0d..2271a2161d7c3ebb81da26f877754f4b726a76bf:/test/format/test-curses diff --git a/test/format/test-curses b/test/format/test-curses index f285457c..76f18ae1 100755 --- a/test/format/test-curses +++ b/test/format/test-curses @@ -27,7 +27,7 @@ if tput -Txterm-color sgr0 >/dev/null 2>&1; then bold_code=bold reset_code=sgr0 foreground_code=setaf -elif tput-Txterm-color 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