Update tput.sh
This commit is contained in:
parent
318b62fe7e
commit
8c18d78d01
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue