Use "Tab X" as title.

This commit is contained in:
Gea-Suan Lin
2024-03-21 23:13:12 +08:00
parent de6780f87b
commit 363fab82e3

View File

@@ -36,7 +36,7 @@ config.window_padding = {
} }
wezterm.on('format-tab-title', function(tab, tabs, panes, config, hover, max_width) wezterm.on('format-tab-title', function(tab, tabs, panes, config, hover, max_width)
return tab.tab_id return 'Tab ' .. tab.tab_id
end) end)
wezterm.on('format-window-title', function(tab, pane, tabes, panes, config) wezterm.on('format-window-title', function(tab, pane, tabes, panes, config)
return 'WezTerm ' .. wezterm.version return 'WezTerm ' .. wezterm.version