X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a5b7be2e3acec12e6c34261d555ceeed9fcbeb0d..a58b23ecafe1c422966816938dda471a9cfd8ad0:/test/format/test-curses?ds=inline 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