1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-07 06:26:51 +03:00
wezterm/docs/config/lua/mux-window/tabs_with_info.md

14 lines
396 B
Markdown
Raw Normal View History

## window:tabs_with_info()
2022-08-07 23:26:59 +03:00
*Since: 20220807-113146-c2fee766*
Returns an array table holding an extended info entry for each of the tabs
contained within this window.
Each element is a lua table with the following fields:
* `index` - the 0-based tab index
* `is_active` - a boolean indicating whether this is the active tab within the window
* `tab` - the [MuxTab](../MuxTab/index.md) object