Wez Furlong
Wez Furlong
Try removing `cfg.dpi = 144.0` from your config. You shouldn't need to specify dpi on windows and I think that might cause excess resizing while trying to reconcile the actual...
If you run `wezterm.exe` from another terminal, do you see anything logged?
Thanks @kar1 :) FWIW, I think there is a legit use case raised in the OP, which is renaming a tab while a long running program is active inside it,...
I'd like to keep this issue focused: it's about manually changing the title via the UI. The topic seems to have diverged into programmatically changing the title: I'd be happy...
I've pushed a commit that seems to help with this; please let me know how it works out!
For the tmux cases, do those behave the same way if you run tmux inside Terminal.app? Part of the reason they behave as they do in wezterm is that wezterm...
I'm trying to think of simple and robust ways to deal with NFC normalization across attribute boundaries, but without success. There are thorny issues when it comes to reasoning about...
Once the nightly build completes, you can set `normalize_to_nfc = true` in your config to normalize to NFC.
I'm not sure that I can reproduce the cursor issue either with or without this config in the currently nightly builds. Could you capture a screen recording of that both...
Thanks for the recording; replaying it inside Terminal.app also exhibits similarly broken behavior, so I'm inclined to believe that tmux has some issues in this area. I can't solve those...