Wez Furlong
Wez Furlong
Does emacs in xterm behave the same way? You can use XQuartz to get and run xterm to test that on your mac: https://www.xquartz.org/
xterm defines and specifies the `modifyOtherKeys` keyboard encoding scheme that is being enabled by your editor. wezterm aims to follow what xterm does. There are other terminals that partially implement...
I can't reproduce this, perhaps because I have no idea what kind of custom keyboard layout situation you have going on. Looking at the logs in the original post, it...
I don't know anything about how the keyboard layout stuff you shared works, all I can say is that when you press `8`, you're sending SHIFT+8 based on your original...
See also https://github.com/wez/wezterm/issues/382
a terminal is a fixed grid of character cells. There isn't a smooth scrolling concept for them. A terminal emulator models the behavior of that kind of terminal. Pixel level...
This is the intended behavior. You need to pick either setting the title manually or using escape sequences. If you have more complex logic than this, you can use the...
FWIW, neither the macOS Terminal.app nor iTerm2 are able to render any better than wezterm.  This is definitely a tricky one. In the screen shot you can see shaping...
Try setting `front_end = "OpenGL"`
Possibly a webgpu driver issue. What adapter is in use? Open the debug overlay (CTRL-SHIFT-L) and paste everything that you see there, here.