glkote
glkote copied to clipboard
A Javascript display library for IF interfaces
GlkApi's gli_get_line doesn't add a NULL byte. Also, just to check my understanding of the spec, if it reads a line break, that line break should be copied to the...
Inspired by https://github.com/garglk/garglk/blob/bde657b41e67f56e9f2bf58f48eef56ac002030f/garglk/wintext.cpp#L1094.
Fixes https://github.com/erkyrath/glkote/issues/53. Inspired by https://github.com/garglk/garglk/blob/bde657b41e67f56e9f2bf58f48eef56ac002030f/garglk/wintext.cpp#L1102.
https://iplayif.com/?story=http%3A%2F%2Fwww.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FBronze.zblorb On an iPod Touch 7th Generation simulator, the `` line is a teeny tiny 1px-wide sliver on the right edge of the screen. Even with my PR #51, the...
Stops mobile virtual keyboard from flickering on each command.
Currently timer events might interfere with the user input events. With this fix user events are not lost.
Noted in this thread: https://intfiction.org/t/release-along-with-parchment-interpreter/61411/20 Testing in https://eblong.com/zarf/glulx/quixe/quixe/play-remote.html?story=stories/Advent.ulx.js : If the input focus is off the input line, hitting a normal key (e.g. space bar) refocuses and enters the key....