2022.07.09
Completed all the code for menu navigation and selection, as well as cursor navigation and window ornament updates (x,y reflects cursor as its moved). Info ornament shows the max dimensions, kerning and how many will fit in columns based on kerning. The kerning is the fig authors suggestion, and will be modifiable in the paint program.
The dir is coming up empty because there are no files. I need to put some fakes in, and ensure the window populates correctly.
Now that all the nav is in place, I just need to get the editor keys finished (placing a char on the figlet) and flesh out all the menu functions. You'll notice the editor window now defaults to 10x10, and it will be change size based on user selection via menu. I may make this the max size, which is 3 figs across 40 columns. It will also reduce the memory and file size reducing from 13,104 to 9100 bytes. As big as the program is, I may not have a choice either unless I try to do some bank switching - I never got that to work from Action in the past.
I probably won't work on it much more this weekend. Got other stuff I'm behind on now. :/