We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d49458 commit 1330375Copy full SHA for 1330375
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