Improve printed output

Get rid of inconsistencies in the printed output (error printing,
colors, etc.).

Prepare for user configurable color.

Cleanup.
This commit is contained in:
Martin Lund 2022-02-12 22:47:38 +01:00
parent 5efd519d2e
commit b6eac3f001
8 changed files with 122 additions and 66 deletions

View file

@ -9,7 +9,8 @@ tio_sources = [
'main.c',
'options.c',
'misc.c',
'tty.c'
'tty.c',
'print.c'
]
if tcgets2 != ''