mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1946 from drwetter/noitalics4screen
Disable ANSI codes for italic when TERM == screen
This commit is contained in:
		| @@ -634,7 +634,9 @@ pr_bold()       { tm_bold "$1"; [[ "$COLOR" -ne 0 ]] && html_out "<span style=\" | ||||
| prln_bold()     { pr_bold "$1" ; outln; } | ||||
| 
 | ||||
| NO_ITALICS=false | ||||
| if [[ $SYSTEM == OpenBSD ]]; then | ||||
| if [[ $TERM == screen ]]; then | ||||
|      NO_ITALICS=true | ||||
| elif [[ $SYSTEM == OpenBSD ]]; then | ||||
|      NO_ITALICS=true | ||||
| elif [[ $SYSTEM == FreeBSD ]]; then | ||||
|      if [[ ${SYSTEMREV%\.*} -le 9 ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter