From 8c18d78d0102ab045ba1ebf0349e27a64be1bc3d Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 02:47:10 +0800 Subject: [PATCH] Update tput.sh --- Miscellaneous/tput.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miscellaneous/tput.sh b/Miscellaneous/tput.sh index cabea0d..8850f2c 100644 --- a/Miscellaneous/tput.sh +++ b/Miscellaneous/tput.sh @@ -9,7 +9,7 @@ function warn_2 { } function normal_1 { - tput sgr0; tput setb 2; tput bold + tput sgr0; tput setaf 2; tput bold } function normal_2 {