On 29/03/2024 13:12, Collin Funk wrote:
I noticed that the bold printing was missing. One of the most important changes I've made yet.
You could determine that programatically with something like:
if os.system(r'{ tput bold || tput md; } >/dev/null 2>&1') == 0:
# enable bold output
cheers,
Pádraig
