From 39638059ef281c277dcb0e4ca9c8ae566ada467e Mon Sep 17 00:00:00 2001 From: Asher <74317567+asher-gh@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:33:12 +0100 Subject: [PATCH] Update format-tab-title.md --- docs/config/lua/window-events/format-tab-title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/window-events/format-tab-title.md b/docs/config/lua/window-events/format-tab-title.md index 72ca2c14d..d8a0b31a4 100644 --- a/docs/config/lua/window-events/format-tab-title.md +++ b/docs/config/lua/window-events/format-tab-title.md @@ -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(