Removed comment reference to tput

This commit is contained in:
pepa65 2017-02-06 10:32:21 +07:00
parent 99a2c53552
commit b5e5b6ebf5
1 changed files with 0 additions and 1 deletions

1
tldr
View File

@ -71,7 +71,6 @@ Style(){ # $1: Style specification
}
Init_term(){
# Term codes with tput according to http://mywiki.wooledge.org/BashFAQ/037
[[ -t 2 ]] && { # only if interactive session (stderr open)
B=$'\e[1m' # $(tput bold || tput md) # Start bold
XB=$'\e[0m' # End bold (no tput code...) -- needs echo -e