jifunks / botany

command line virtual plant buddy
ISC License
438 stars 32 forks source link

don't try to use colours if unsupported; fix #7 #8

Closed jmdejong closed 6 years ago

jmdejong commented 6 years ago

Only use colours when the terminal supports them. The same highlighting can be used with curses.A_REVERSE. I think curses.A_STANDOUT could work as well