summaryrefslogtreecommitdiff
path: root/src/write-tty
AgeCommit message (Collapse)Author
2024-08-30fix unicode non-printingAndrew Cady
2024-08-28color fixAndrew Cady
2024-08-28variable-width paddingAndrew Cady
Padding prevents line-wrap during output from coloring the background of the whole line with the escape character color. It works by ensuring line-wrap occurs with color set to defaults. After printing blank spaces, backspaces are printed to move cursor back to the starting point.
2024-08-27fixed-color cursorAndrew Cady
2024-08-26fix line-coloring regressionAndrew Cady
2024-08-25too many changes gotta commit em all!!Andrew Cady
2024-08-21separate write-tty commandAndrew Cady