Wez Furlong

Results 893 comments of Wez Furlong

@tmpm697 I have no plans to do anything about this directly in wezterm. I'm waiting on the issues I mentioned above before coming back to this issue.

@DHowett I don't really know anything about nuget... I've been looking at https://www.nuget.org/packages?q=conpty every so often to see if a package has shown up. Is that the right place to...

In `main`, you can now use: ```lua -- move the cursor backwards to the start of the current zone, or -- to the prior zone if already at the start...

Glad to hear that it is working for you! I'll keep this open to remind myself to write up the docs!

Related to https://github.com/wez/wezterm/issues/1253

In the nightly there are a few new key assignments: * [RotatePanes](https://wezfurlong.org/wezterm/config/lua/keyassignment/RotatePanes.html) * [PaneSelect](https://wezfurlong.org/wezterm/config/lua/keyassignment/PaneSelect.html) And from the CLI: * https://wezfurlong.org/wezterm/cli/cli/move-pane-to-new-tab.html * https://wezfurlong.org/wezterm/cli/cli/split-pane.html - `wezterm cli split-pane --move-pane-id ID` can move...

Is there anything interesting in the logs on the multiplexer server? You can find its logs in `$XDG_RUNTIME_DIR/wezterm`

That's very relevant! It sounds like there is something awry with calculating the y-position for the image, so it skips processing it. Is there correlation between the cursor y-position and...

Related issues: * https://github.com/wez/wezterm/issues/2133 * (slightly less so:) https://github.com/wez/wezterm/issues/2270