Skip to content

Commit e735582

Browse files
author
Andrew Horton
committed
Change escaping of ANSI code for REVERSED
1 parent 9adf0a7 commit e735582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bing-ip2hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ G="\033[0;32m" #GREEN
4141
Y="\033[1;33m" #YELLOW
4242
B="\033[0;34m" #BLUE
4343
DG="\033[1;30m" #DARKGRAY
44-
REVERSED="\u001b[7m" #REVERSED
44+
REVERSED="\033[1;7m" #REVERSED
4545

4646
trap ctrl_c INT
4747

0 commit comments

Comments
 (0)