From 99e064e3a5371601f45d4c61cee72a497c13e160 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 10 Aug 2018 14:19:40 -0700 Subject: fix output of show_colors --- bin/show_colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/show_colors') diff --git a/bin/show_colors b/bin/show_colors index ba679df..35c5374 100755 --- a/bin/show_colors +++ b/bin/show_colors @@ -11,7 +11,7 @@ for attr in 0 1 2 3 4 5 6 7 ; do for back in 40 41 42 43 44 45 46 47; do printf '\033[%s;%s;%sm %02s;%02s ' $attr $fore $back $fore $back done - printf '\n' + printf '\033[0m\n' done printf '\033[0m' done -- cgit v1.2.3-54-g00ecf