su8 / pinky-bar

Gather some system information and show it in this program
GNU General Public License v3.0
14 stars 5 forks source link

add color support for tput #36

Closed lasers closed 6 years ago

lasers commented 6 years ago

This add color support for tput. Ought to resolve #xx.

FYI: This works fine, but is not perfect because some characters need to be escaped, which is something that hadn't been addressed in other --with-xxx too. By using tput, we can be sure colors will work okay in most terminals.

I made this awhile ago. I hesitated in putting out something that's not perfect, but knowing that if I put this out now, then it might be something that could be fixed later by you, so I'm trying that instead. :-)

su8 commented 6 years ago

Thank you sir.