From b5e5b6ebf5591045fd703abac73b323cdab709a6 Mon Sep 17 00:00:00 2001 From: pepa65 Date: Mon, 6 Feb 2017 10:32:21 +0700 Subject: [PATCH] Removed comment reference to tput --- tldr | 1 - 1 file changed, 1 deletion(-) diff --git a/tldr b/tldr index 4d67f20..69f228f 100755 --- a/tldr +++ b/tldr @@ -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