mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Merge pull request #224 from iKarith/master
Don't depend on \e (see if this fixes color Twinaphex!)
This commit is contained in:
commit
1a97361137
@ -9,7 +9,7 @@ echo_cmd() {
|
||||
color() {
|
||||
[ -n "$NO_COLOR" ] && return
|
||||
|
||||
echo -ne "\e[0;${1:-0}m"
|
||||
echo -n "[0;${1:-0}m"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user