holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.58k stars 116 forks source link

Textual library not working #444

Open Emasoft opened 2 years ago

Emasoft commented 2 years ago

Wasn't Textual supported? Why it is not working?

IMG_5996 IMG_5997 IMG_6007 IMG_6008

The UI renders correctly, but any touch to the UI crashes it and prints some ansi code. Textual would be really useful for touch UI applications on iPad. It would be perfect for a-Shell to support it.

holzschu commented 2 years ago

I'm not sure what is happening. I'll have a look.

holzschu commented 2 years ago

I found a bunch of issues. The first was that textual uses a specific method to report cursor clicks, that was not used before. That is now fixed. The second is that textual uses the tracemalloc module, and that module fails when loaded the third time. It'll take longer to fix that one. Update: it is now fixed in TestFlight version 258.