billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=cd8e44e7bb7356a45ac0f4df7b8dc386ad9d48d5

commit cd8e44e7bb7356a45ac0f4df7b8dc386ad9d48d5
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Jan 16 18:49:55 2019 +0000

    tests/colors: use \033 in printf instead of \x1b
    
    shall be the same but on ubuntu it's not interpreted (but it is in xterm…)
    Needs to be investigated
---
 tests/colors.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/colors.sh b/tests/colors.sh
index c48673e..c9a7639 100755
--- a/tests/colors.sh
+++ b/tests/colors.sh
@@ -50,7 +50,7 @@ printf 'Grayscale ramp:\n';
 for COLOR in $(seq 232 255); do
     printf '\033[48;5;%sm  ' "${COLOR}"
 done
-printf '\x1b[0m\n';
+printf '\033[0m\n';
 
 # restrict cursor
 printf '\033[?6h'

-- 


Reply via email to