summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-21 13:14:16 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-22 19:20:45 -0400
commit3f1158d28900ae39ecd729189b9399e0d472cac7 (patch)
tree0a0253622c836137fc6e9ea18479c2301eea2b92
parenta0ea425e53b06969683d774b8c87b1d25b51120d (diff)
downloadconf-3f1158d28900ae39ecd729189b9399e0d472cac7.tar.gz
conf-3f1158d28900ae39ecd729189b9399e0d472cac7.zip
show more potential text attributes
-rwxr-xr-xbin/show_colors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/show_colors b/bin/show_colors
index 136ad98..c6b46a4 100755
--- a/bin/show_colors
+++ b/bin/show_colors
@@ -4,7 +4,7 @@
# Last change: Mon Feb 16 16:24:41 CET 2004
############################################################
-for attr in 0 1 4 5 7 ; do
+for attr in 0 1 2 3 4 5 6 7 ; do
echo "----------------------------------------------------------------"
printf "ESC[%s;Foreground;Background - \n" $attr
for fore in 30 31 32 33 34 35 36 37; do