From 318b62fe7e6d99d1b97b2282c39248e18b5dd430 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 02:45:37 +0800 Subject: [PATCH] Update tput.sh --- Miscellaneous/tput.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Miscellaneous/tput.sh b/Miscellaneous/tput.sh index 8a0f26c..cabea0d 100644 --- a/Miscellaneous/tput.sh +++ b/Miscellaneous/tput.sh @@ -24,6 +24,6 @@ function normal_4 { tput sgr0 } -function need_input [ +function need_input { tput sgr0; tput setb 5; tput bold -] \ No newline at end of file +} \ No newline at end of file