mirror of
https://github.com/wez/wezterm.git
synced 2024-12-03 11:38:15 +03:00
396 B
396 B
window:tabs_with_info()
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 indexis_active
- a boolean indicating whether this is the active tab within the windowtab
- the MuxTab object