We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d49458 + 1330375 commit 0d6ca5cCopy full SHA for 0d6ca5c
1 file changed
testssl.sh
@@ -597,7 +597,9 @@ pr_bold() { tm_bold "$1"; [[ "$COLOR" -ne 0 ]] && html_out "<span style=\"
597
prln_bold() { pr_bold "$1" ; outln; }
598
599
NO_ITALICS=false
600
-if [[ $SYSTEM == OpenBSD ]]; then
+if [[ $TERM == screen ]]; then
601
+ NO_ITALICS=true
602
+elif [[ $SYSTEM == OpenBSD ]]; then
603
NO_ITALICS=true
604
elif [[ $SYSTEM == FreeBSD ]]; then
605
if [[ ${SYSTEMREV%\.*} -le 9 ]]; then
0 commit comments