11-26-2025, 09:02 PM
Hi Sam,
Yes. the line with the ascii characters needs to be changed to the character number for Linux. (See my post above yours).
I'm glad it inspired you! Many thanks for all your tremendous contributions to extending the abilities of SCREEN 0.
There are days when I think about doing a pure graphics version, but what stops me is not knowing if all I would need to do is convert PRINT to _PutString. If so, that wouldn't be so bad, but a lot of times over simplifying things is what drags us down these rabbit holes.
You know another great use for this is cell building. Spreadsheets in SCREEN o with borders become possible without wasting 3-lines for every line of text. That's a great assist in making that type of an app more usable.
Pete
Yes. the line with the ascii characters needs to be changed to the character number for Linux. (See my post above yours).
I'm glad it inspired you! Many thanks for all your tremendous contributions to extending the abilities of SCREEN 0.
There are days when I think about doing a pure graphics version, but what stops me is not knowing if all I would need to do is convert PRINT to _PutString. If so, that wouldn't be so bad, but a lot of times over simplifying things is what drags us down these rabbit holes.
You know another great use for this is cell building. Spreadsheets in SCREEN o with borders become possible without wasting 3-lines for every line of text. That's a great assist in making that type of an app more usable.
Pete

