diff --git a/termcol b/termcol index cd10c46..ec58e2d 100755 --- a/termcol +++ b/termcol @@ -58,3 +58,19 @@ printf '\e[4;34m[4;34m Blue\e[0m \e[4;44m[4;44m Blue\e[0m\n' printf '\e[4;35m[4;35m Purple\e[0m \e[4;45m[4;45m Purple\e[0m\n' printf '\e[4;36m[4;36m Cyan\e[0m \e[4;46m[4;46m Cyan\e[0m\n' printf '\e[4;37m[4;37m Light grey\e[0m \e[4;47m[4;47m Light grey\e[0m\n' +printf '\n' + +printf '\e[4;37m\e[1;37m5; (Blinkentext)\e[0m\n' +printf 'Also known as the dreaded blinking text of doom.\n' +printf 'Causes text to blink. Some terminal emulators refuse to honor this attribute as a matter of good taste, although there are some semi-legitimate uses for it -- the `ls` program, for example, can be configured to cause listings of broken symlinks to blink.\n' +printf 'Note that even if the blinking attribute is set on a background color, it''s always the text that blinks, not the background.\n' +printf '\n' +printf '\e[4;37mForeground\e[0m \e[4;37mBackground\e[0m\n' +printf '\e[5;30m[5;30m Black\e[0m \e[5;40m[5;40m Black\e[0m\n' +printf '\e[5;31m[5;31m Red\e[0m \e[5;41m[5;41m Red\e[0m\n' +printf '\e[5;32m[5;32m Green\e[0m \e[5;42m[5;42m Green\e[0m\n' +printf '\e[5;33m[5;33m Brown\e[0m \e[5;43m[5;43m Brown\e[0m\n' +printf '\e[5;34m[5;34m Blue\e[0m \e[5;44m[5;44m Blue\e[0m\n' +printf '\e[5;35m[5;35m Purple\e[0m \e[5;45m[5;45m Purple\e[0m\n' +printf '\e[5;36m[5;36m Cyan\e[0m \e[5;46m[5;46m Cyan\e[0m\n' +printf '\e[5;37m[5;37m Light grey\e[0m \e[5;47m[5;47m Light grey\e[0m\n'