aboutsummaryrefslogtreecommitdiff
path: root/bin/rgl
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-08 19:40:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-08 19:40:03 +1200
commit2a83d2552e6d11a8cbfb8350cbfc5539e71a412f (patch)
tree4f3ebf25f6e784cb07de4b8b1bc60c0ae3eb4b92 /bin/rgl
parentRemoved issue (diff)
downloaddotfiles-2a83d2552e6d11a8cbfb8350cbfc5539e71a412f.tar.gz
dotfiles-2a83d2552e6d11a8cbfb8350cbfc5539e71a412f.zip
Add more color-setting attempts to rgl(1df)
Diffstat (limited to 'bin/rgl')
-rwxr-xr-xbin/rgl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rgl b/bin/rgl
index 9ed2c12f..9369a942 100755
--- a/bin/rgl
+++ b/bin/rgl
@@ -14,7 +14,7 @@ while {
# If the input is a terminal, print a slash prompt for the next pattern;
# try to print it in bold red, too, but discard stderr if we can't
if [ -t 0 ] ; then
- tput setaf 1 || tput AF 1
+ tput setaf 1 || tput setaf 1 0 0 || tput AF 1 || tput AF 1 0 0
tput bold || tput md
printf '%s/' "$self"
tput sgr0 || tput me