Wez Furlong

Results 893 comments of Wez Furlong

Over in #1598, I just pushed some changes: * make the multiplexer aware of tab and window title changes * added some shortcuts so that you can do something like...

And now there is `wezterm cli set-tab-title` for setting via the CLI

@damanis * [tab:get_title()](https://wezfurlong.org/wezterm/config/lua/MuxTab/get_title.html) * [TabInformation.tab_title](https://wezfurlong.org/wezterm/config/lua/TabInformation.html)

`main` lets you do activate an overlay prompt. It's not quite the same as click tab title to edit, but it is composable with other actions. Here's an example of...

If you have a `format-tab-title` event handler, you need to update it to read `tab:get_title()`.

https://wezfurlong.org/wezterm/config/lua/pane/get_text_from_region.html was recently added

I can't reproduce either of these scenarios on the very latest nightly build. Note that I did hit an unrelated deadlock when using `wezterm cli split-pane` to test this; that...

The indexed color stuff is potentially related to: * https://github.com/wez/wezterm/issues/2723

Try setting this: ```lua return { exit_behavior = "CloseOnCleanExit" } ``` https://wezfurlong.org/wezterm/config/lua/config/exit_behavior.html

Treating as a duplicate of: * #3928 which now has much clearer messaging in the latest release