Update tput.sh
This commit is contained in:
parent
5a1b65c5e6
commit
318b62fe7e
|
@ -24,6 +24,6 @@ function normal_4 {
|
||||||
tput sgr0
|
tput sgr0
|
||||||
}
|
}
|
||||||
|
|
||||||
function need_input [
|
function need_input {
|
||||||
tput sgr0; tput setb 5; tput bold
|
tput sgr0; tput setb 5; tput bold
|
||||||
]
|
}
|
Loading…
Reference in New Issue