buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.4k stars 90 forks source link

Where do we pick up the colors #70

Closed pquodling closed 5 years ago

pquodling commented 6 years ago

The video/image demoing this uses a range of colours in the text - I just installed and it's all monochrome - where do we pick that colorization up from...

buo commented 6 years ago

It seems like your terminal is not capable of printing ANSI colors. Could you run this command in your terminal?

echo $TERM
echo $TERM_PROGRAM
echo -e "\e[31mThis should be red\e[0m"
pquodling commented 6 years ago

echo $TERM echo $TERM_PROGRAM echo -e "\e[31mThis should be red\e[0m" screen iTerm.app This should be red

ondrejfuhrer commented 6 years ago

@pquodling Since you are using iTerm, can you check what you have set as Report Terminal Type? You can find it under Preferences -> Profiles -> your profile (or Default) -> Terminal tab.