Fixed the screen sizing issue. It was just using the terminal size and not the window graphic size.

This commit is contained in:
Zed A. Shaw 2024-10-04 16:57:11 -04:00
parent 5cf66aad02
commit 6f952bfd28
3 changed files with 14 additions and 6 deletions

View file

@ -1,5 +1,5 @@
TODO:
* Clean up the code to not be such a horrible hack mess.
* Figure out how to render color fonts from FTUI.
* Dynamically determine the font vs. screensize to get an exact FTXUI screen size.
* Lua integration?