Update tput.sh

This commit is contained in:
jerry048 2021-08-05 02:47:10 +08:00
parent 318b62fe7e
commit 8c18d78d01
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function warn_2 {
} }
function normal_1 { function normal_1 {
tput sgr0; tput setb 2; tput bold tput sgr0; tput setaf 2; tput bold
} }
function normal_2 { function normal_2 {