X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a5b7be2e3acec12e6c34261d555ceeed9fcbeb0d..c36624e362179b503df73a30ee1ef6e29be665e5:/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