Wez Furlong

Results 893 comments of Wez Furlong

I pushed the workflow fix as https://github.com/wez/wezterm/commit/41ee60c97a228664db19751e3f9b1a87941516d0; thanks! For the main thrust of this PR: I think having multiple previews at once for the same scheme is probably overkill. What...

My preference is that we don't exceed the current 80x24 for a given preview; we can't resize the asciicast dynamically and I think larger screens can be overwhelming and overly...

https://github.com/wez/wezterm/discussions/1834 is another request for this.

FWIW, if you're using the retro tabs, you can set https://wezfurlong.org/wezterm/config/lua/config/tab_max_width.html to a large number.

In terms of implementation, if you wanted to take a crack at it, the relevant section of code for fancy tab bars is: https://github.com/wez/wezterm/blob/3dfe75362ae74729e8b02f8a248df536236d5252/wezterm-gui/src/termwindow/render.rs#L681-L690 I think the thing to do...

I saw that you posted this, and I appreciate the detail in what you posted, but haven't yet had time to look at it in depth. Please be mindful that...

@thenewvu thanks for digging in! Unfortunately, so much has changed since that release that it is not a simple matter of pointing to a single thing and fixing it: ```...

`main` now has a character selector overlay which you can activate with `CTRL-SHIFT-U` (`u` for unicode). It looks like this: ![image](https://user-images.githubusercontent.com/117777/187812301-df0f232b-747e-4052-8bf1-c1c2aeae344d.png) Blurb from the commit message: CTRL-SHIFT-U is a new...

The pane title for the active pane is shown in the title of the tab in the tab bar. You can use the same escape sequence as is used in...

You'd only need to do it in the one to which you wished to send text. You can use https://wezfurlong.org/wezterm/config/lua/window-events/format-tab-title.html to change the default tab title to always show the...