aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-12 23:24:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-12 23:24:49 +1300
commit4de95cc497ebf4cc1d3661e6356e1fdb8d814214 (patch)
tree92b954ed3be82435ae72eb8533bdfe8bce458288
parentUpdate submodules (diff)
downloaddotfiles-4de95cc497ebf4cc1d3661e6356e1fdb8d814214.tar.gz
dotfiles-4de95cc497ebf4cc1d3661e6356e1fdb8d814214.zip
Correct typo in terminfo code
-rwxr-xr-xbin/tlcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tlcs b/bin/tlcs
index 9222131a..1557688b 100755
--- a/bin/tlcs
+++ b/bin/tlcs
@@ -74,7 +74,7 @@ if ((color)) ; then
# Color code for resetting
color_reset=$( {
- tput me || tput sgr 0
+ tput me || tput sgr0
} 2>/dev/null )
# If stdout is a terminal, color-code for green