Bugswriter / tuxi

Tuxi is a cli assistant. Get answers of your questions instantly.
GNU General Public License v3.0
1.33k stars 73 forks source link

Use tput for colours #194

Open Swarthe opened 3 years ago

Swarthe commented 3 years ago

tput uses the terminfo database to output the correct values depending on the terminal's capabilities, thus making it more portable than ANSI escape codes.