Don't depend on \e (see if this fixes color Twinaphex!)
This commit is contained in:
parent
d9cd94cd5f
commit
d26f679d75
|
@ -9,7 +9,7 @@ echo_cmd() {
|
|||
color() {
|
||||
[ -n "$NO_COLOR" ] && return
|
||||
|
||||
echo -ne "\e[0;${1:-0}m"
|
||||
echo -ne "[0;${1:-0}m"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue