Tim Culverhouse

Results 60 comments of Tim Culverhouse

To elaborate - it seems like we are ending up with bad utf8 in the TextInput.

Could you do the following: `printf "\x1b[29u" && cat -v` and then press the keys that you are pressing to lead to the panic (including the ones with combining characters)?...

> When executing `printf "\x1b[29u" && cat -v`, then typing ä and pressing enter, it returns `M-CM-$` I've read this every day for the last 3 days and can't figure...

Closing for now. if this issue crops up again, we can open a new issue.

I think this is a good idea in general. I do think dropping `uname` would be better and the spec for this just says it's the output of `uname` on...

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

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

I assume you got this encoding in Ghostty? I was curious about the encoding and Ghostty has a default keybind to send `\x15` on Cmd+Backspace... When I tried in Kitty...

1. I wasn't aware of it 2. Having pixels is very nice, would have needed an extension to add that 3. Private modes are nice because there is an established...