Results 256 comments of Dannii Willis

I've just published https://github.com/curiousdannii/glkote-term :) GlkOte-term will send different support arrays to GlkOte, and I intend on consuming them in ZVM. It could be used by Quixe too perhaps, or...

Which interpreter? Remglk is just going to pass along what it was given.

The difference is technically [documented](https://eblong.com/zarf/glk/glkote/docs.html#specialrequests): > If the value is missing or null, the user hit Cancel. Otherwise, the value will be a fileref object. This can be used to...

The same issue occurs in reverse trying to hook up RegTest's RemGlk mode to GlkApi. Again it's easy enough to patch around, but it would be great if there was...

I'll see if I can test some combinations, but maybe not soon. For GlkApi I was using the couple-years-old fork from glkote-term, and it would probably take some work to...

Having glk support upstream would be good, then Garglk, SCUMM, and all the others could both contribute any changes they have, as well as pull down the current code.

For Emglken I'd suggest also patching `prepare`->`init` in formats.js. I think gi_load should be ready to update then. I can rename `prepare` in emglken in the future when I'd be...

There may be a CSS property in the future: https://css-tricks.com/almanac/properties/c/caret-shape/ It could also be faked, but that's a lot of work for something that possibly only one person would really...

I'd just been going off the GlkOte docs, where the alttext is part of the protocol. https://eblong.com/zarf/glk/glkote/docs.html#imagedata TBH I don't really mind what you do here now as I've basically...