rockorager / libvaxis

a modern tui library written in zig
https://rockorager.github.io/libvaxis/
MIT License
463 stars 32 forks source link

fix(windows): fix parsing of UTF-16 codepoints in eventFromRecord #57

Closed neurocyte closed 4 months ago

neurocyte commented 4 months ago

I'm not 100% certian that this is water tight. But I've tested it quite a bit and it seems to work fine.

neurocyte commented 4 months ago

Hmm, looks like I might have broken ESC code handling.

neurocyte commented 4 months ago

This breaks shifted characters too.

neurocyte commented 4 months ago

Ok. Now it looks like everything is working properly again.

rockorager commented 4 months ago

Thanks!