Wez Furlong
Wez Furlong
I'm not opposed to adding it, but I don't see it set in eg: xterm. Does that utility also ignore xterm? From the docs: > _NET_WM_WINDOW_TYPE_NORMAL indicates that this is...
The way that PTYs work on Windows is a bit different from unix systems. The ConPTY layer needs to translate from the stream of escapes and apply that data to...
See https://github.com/wez/wezterm/issues/2442#issuecomment-1221670772 for an example of how surprising some of the conpty-transformed output can be
Please capture a terminal recording: * Launch wezterm. If possible, please use 80x24 (the default size) for the terminal dimensions as it helps to keep things smaller and easier to...
If you `wezterm replay` those files on a unix system, then the windows one shows the stepping behavior, but the macos one does not. If you replay them both on...
If I edit the macos capture and remove the `OSC 133 A` and `OSC 133 B` sequences, and replay that file on windows, then the output looks correct. Those are...
FWIW, the homebridge-govee plugin has invested in this recently and can even let you configure the IP addresses of hosts to communicate with if they are eg: on an IOT...
As it happens, I'm adding super/subscript to wezterm at the moment. My 2 cents on small text are that it feels like that should have a separate SGR code to...
@j4james Thanks; yeah, I saw your comment about the DEC private codes. I'll look at those: it was easiest to add SGR code to get the ball rolling and test...
What does nvim look for in the terminfo to enable this feature?