libvaxis icon indicating copy to clipboard operation
libvaxis copied to clipboard

Backslash in TextInput on windows

Open AtifChy opened this issue 5 months ago • 3 comments

Image

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.

AtifChy avatar Jul 06 '25 15:07 AtifChy

Is there any chance you could log events? This is probably coming from a mishandled query response in the parser.

rockorager avatar Jul 06 '25 15:07 rockorager

I don't know how to do what you are asking.

AtifChy avatar Jul 06 '25 16:07 AtifChy

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()

rockorager avatar Jul 09 '25 12:07 rockorager