Wez Furlong

Results 893 comments of Wez Furlong

The behavior has been improved in `main`; give it a try and let me know how well it works for you?

I can't reproduce this. Are there other steps needed? Note that there are a couple of known issues of something being funky around this: * https://github.com/wez/wezterm/issues/1818 * https://github.com/wez/wezterm/issues/783

I'm not opposed to adding something like a `win32_uni_char` field alongside the `scan_code` field: https://github.com/wez/wezterm/blob/d7fa541745c48ae374072715c4439494d6d2d734/wezterm-input-types/src/lib.rs#L1076-L1078 to hold what we get from `ToUnicode` in this case. However! `ToUnicode` has internal global...

You're running with a CPU based renderer, which has a hard time rendering the smoothly eased blink animation. I would suggest setting `animation_fps = 1` so that wezterm uses simpler...

I added some docs for this here: https://wezfurlong.org/wezterm/config/lua/config/animation_fps.html

while I ponder this, here's another suggestion for you: I know this is a different way of thinking about it, but you may wish to try https://wezfurlong.org/wezterm/config/lua/keyassignment/PaneSelect.html

This should be fixed now in `main`. It typically takes about an hour before fixes are available as nightly builds for all platforms. Linux builds are the fastest to build...

Can you build the docs and capture a screenshot of how that changed page looks? I think it will look a bit odd! These are the steps used by the...

@bcully started work on this a while back, and since then wezterm has evolved splits/panes and changed some guts around. I have a local branch with some improved foundations for...