Skip to content

Commit a8bdf8e

Browse files
Use \033 instead of \e for better compatible
1 parent e511300 commit a8bdf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SH_ECHO
123123
fi
124124
#write the code down
125125
echo "$startSym"
126-
echo " $echo"' -e "\e['"${ulCode}${bCode}${code}"$(grep $color "$table" | awk '{print $2}')'m$'$para'\e[m"'
126+
echo " $echo"' -e "\033['"${ulCode}${bCode}${code}"$(grep $color "$table" | awk '{print $2}')'m$'$para'\033[m"'
127127
echo "$endSym"
128128
} >> "$newDist"
129129
done

0 commit comments

Comments
 (0)