From 4de95cc497ebf4cc1d3661e6356e1fdb8d814214 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 12 Mar 2016 23:24:49 +1300 Subject: Correct typo in terminfo code --- bin/tlcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3