libvaxis
libvaxis copied to clipboard
Backslash in TextInput on windows
At the start of the program, the TextInput always contains a \. This might be a windows related bug because it doesn't happen when I built the program in wsl.
Is there any chance you could log events? This is probably coming from a mishandled query response in the parser.
I don't know how to do what you are asking.
In your program, add a line in your event loop that is like std.log.debug("event={}", .{event}); where event is whatever is returned from loop.nextEvent()