Sebastian Herrlinger
Sebastian Herrlinger
Could you please download and execute the opentui-examples from [https://github.com/sst/opentui/releases/tag/v0.1.57](https://github.com/sst/opentui/releases/tag/v0.1.57) or via `curl` as described in the [opentui readme](https://github.com/sst/opentui?tab=readme-ov-file#try-examples) and choose the *Keypress Debug Tool* at the bottom of the...
I need your help debugging this as I cannot reproduce. Can you get the pre-built example app from this pre-release [https://github.com/sst/opentui/releases/tag/v0.1.57-dry.1](https://github.com/sst/opentui/releases/tag/v0.1.57-dry.1) - I added some guards and debug logs. Run...
@joshanne thank you. However the console logs you should see when opening the console at the bottom of the are saved with `ctrl+s` and create a separate log file. But...
Does any of this happen with a minimal example ran with bun directly? ```ts // minimal.ts process.stdin.setRawMode(true); process.stdin.resume(); process.stdin.setEncoding("utf8"); let count = 0; process.stdin.on("data", (chunk) => { if (chunk ===...
Ah missed that. Thanks for the details. So the system/bun itself does not send multiple input bytes and the event listener is only attached once. Not sure what to make...
Is the issue still present for other terminal emulators? If so, can you try running with `bunx opencode-ai@snapshot-kmdr-debug` please and let me know if that works better? I defaulted kitty...
OP @DamianB-BitFlipper mentioned Kitty.
OP @DamianB-BitFlipper mentioned Kitty.
OP @DamianB-BitFlipper mentioned Kitty.
Well older alacritty versions did not handle kitty keyboard and other modes correctly and there was an addtional keyboard mode introduced from .119 to .120, I suspect that to be...