Update tput.sh

This commit is contained in:
jerry048 2021-08-05 02:45:37 +08:00
parent 5a1b65c5e6
commit 318b62fe7e
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ function normal_4 {
tput sgr0
}
function need_input [
function need_input {
tput sgr0; tput setb 5; tput bold
]
}