diego
diego
I have the same error and patching `deps.zig` following @ducdetronquito step fixed it.
I have exactly the same problem when using wezterm on Windows 11. Using `App.Sync()` works, but with every event, it blinks, so it's not ideal. Bug: https://github.com/rivo/tview/assets/32078353/945c7a4f-9c36-4a0d-9b8c-0a89dc54e38b With `App.Sync()` https://github.com/rivo/tview/assets/32078353/22d5b35d-9e50-4477-bf11-154921618bc2
Hi, Thank you for your interest in mibu. About key module/struct, I'm also thinking about changing it, but I would like to continue using a little hardcoded struct, mainly because...
Sorry for the late response, now I have more time to work on it. You're right about combinations, maybe we could use a struct to avoid some verbosity, like `key.isCtrl('e').isAlt('e')`...
I'm sorry, I didn't explain it well. I meant like an two keys structs, A and B. A would be your proposal, B is mine proposal. B inherits A (not...
Yes, only to most common ones.
Okay, I will work on my implementation. I made some hack-ish things, yeah, but mostly because I always thought about improving later and never thought people will be interested on...
Hi, I decided to not add Ctrl + Shift option, it's not easy, as most terminal send the same code for Ctrl-Key and Ctrl-Shift-Key. I'm working on refactoring events struct....
there is no problem with that, for example, `shift + alt + "k"` is the same as `alt + "K"`.
Hi @AS400JPLPC, thank you for your interest in the project. Where do you have the code? so I can check it? It seems that the link only redirects to your...