Commit graph

4 commits

Author SHA1 Message Date
mivirl 6d25c03ae1
Clean up example code 2025-06-24 17:44:53 +00:00
mivirl c09e4b71ab
Add blank setting for border characters 2025-05-26 23:42:53 +00:00
mivirl 2bf235447d
Remove termbox color buffer
Removed the internal termbox background color buffer (which was only
used for the text background color when transparency was disabled) to
instead only use the clay color buffer.

Previously used two internal color buffers so that there wouldn't be
a need to convert from the clay to termbox representations for every
cell of text, but the performance difference will be negligible for
most TUI applications (which usually update on user input, or only a
few frames per second at most), so just using one buffer is cleaner
2025-05-26 23:38:26 +00:00
mivirl bf8dcc7f15
Add termbox2 renderer 2025-05-23 16:05:37 +00:00