AustinScola / illud

Text buffer editor and terminal viewer.
MIT License
1 stars 0 forks source link

Text Canvas #203

Closed AustinScola closed 3 years ago

AustinScola commented 3 years ago

Add a text canvas with a better API for content, color, formatting, et cetera rather than directly handling the ascii codes and printing when "drawing" an object such as a window or cursor. The purpose here is to add a layer of abstraction between Illud and the specifics of how to draw something on a terminal. This will also help with portability and maybe eventually a new terminal program that isn't so plagued with cruft.