gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2323: make escape sequences portable


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2323: make escape sequences portable
Date: Thu, 25 Apr 2013 10:01:47 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2323
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-04-25 10:01:47 -0500
message:
  make escape sequences portable
modified:
  gar.conf.mk
=== modified file 'gar.conf.mk'
--- a/gar.conf.mk       2013-04-13 09:43:03 +0000
+++ b/gar.conf.mk       2013-04-25 15:01:47 +0000
@@ -18,11 +18,11 @@
 # output.
 USE_COLOR = y
 ifeq ($(USE_COLOR),y)
-       OFF = "\\e[00m"
-       MSG = "\\e[01\;37m"
-       MSG2 = "\\e[01\;37m"
-       ERR = "\\e[01\;31m"
-       OK = "\\e[00\;32m"
+       OFF = "\\033[00m"
+       MSG = "\\033[01\;37m"
+       MSG2 = "\\033[01\;37m"
+       ERR = "\\033[01\;31m"
+       OK = "\\033[00\;32m"
 else
        OFF =
        MSG ===> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]