Aside: Iām running the notcurses-demo in a kitty terminal. Trippy!
nice. what's that mean? š³
Ha! Ya I dunno. Just wondering if membrane.term will support such trippy things some day.
membrane does have a terminal backend. would be interesting to run a terminal running in swing with a terminal running inside that using the terminal backend
I also think it would be interesting to run a terminal on iOS since membrane has an iOS backend. I know fork_pty isn't available, but maybe there's some other way.
Some many trippy experiments, so little time!
I just pushed an update to the multi-backend pull request, https://github.com/phronmophobic/membrane.term/pull/14 . Not sure if you're interested in reviewing it. Would love to get your input.
Also, is the api defaults pull request ready for review? It looks pretty good to me
Yep, good to go!
Oh, I guess should add some docs for the backend stuff
anyway, there's a new --toolkit flag that let's you select java2d or skia
in theory, that should allow membrane.term to run on windows
neat! I can have a look sometime this weekend if you like.