diff options
author | Matt Singleton <matt@xcolour.net> | 2024-02-16 10:03:02 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-02-16 10:03:02 -0600 |
commit | aff774ff49be63519675d7f2da54e68bad0fad2e (patch) | |
tree | ab730de093d1230fe131d49aa96bf175751ffca2 /bin | |
parent | 63517410fa56ab6d251f16af8395c8e99eba9bc3 (diff) |
fix alignment in color_test script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/all/color_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/all/color_test b/bin/all/color_test index 6d6b6aa..b764252 100755 --- a/bin/all/color_test +++ b/bin/all/color_test @@ -15,7 +15,7 @@ set -euo pipefail T='gYw' # The test text -echo -e "\n def 40m 41m 42m 43m 44m 45m 46m 47m"; +echo -e "\n def 40m 41m 42m 43m 44m 45m 46m 47m"; for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \ '1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \ |