mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
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
Block a user