From ec2692d842bf776b2f47c5e926bee25c44a2a806 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 1 May 2016 00:07:51 -0400 Subject: utility: version info: replace the non-portable \e with the portable \x1b. --- src/sofort.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sofort.c b/src/sofort.c index 434820a..83f4ff5 100644 --- a/src/sofort.c +++ b/src/sofort.c @@ -13,9 +13,9 @@ static const char vermsg[] = "%s%s%s (git://midipix.org/sofort): " "[commit reference: %s%s%s]\n"; static const char * const sfrt_ver_color[6] = { - "\e[1m\e[35m","\e[0m", - "\e[1m\e[32m","\e[0m", - "\e[1m\e[34m","\e[0m" + "\x1b[1m\x1b[35m","\x1b[0m", + "\x1b[1m\x1b[32m","\x1b[0m", + "\x1b[1m\x1b[34m","\x1b[0m" }; static const char * const sfrt_ver_plain[6] = { -- cgit v1.2.3