1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00

Update format-tab-title.md

This commit is contained in:
Asher 2023-04-20 13:33:12 +01:00 committed by Wez Furlong
parent fc7f203bac
commit 39638059ef

View File

@ -103,7 +103,7 @@ function tab_title(tab_info)
end
-- Otherwise, use the title from the active pane
-- in that tab
return tab.active_pane.title
return tab_info.active_pane.title
end
wezterm.on(