tab:panes_with_info()
¶
Since: Version 20220807-113146-c2fee766
The functionality described in this section requires version 20220807-113146-c2fee766 of wezterm, or a more recent version.
Returns an array table containing an extended info entry for each of the panes contained by this tab.
Each element is a lua table with the following fields:
index
- the topological pane indexis_active
- a boolean indicating whether this is the active pane within the tabis_zoomed
- a boolean indicating whether this pane is zoomedleft
- The offset from the top left corner of the containing tab to the top left corner of this pane, in cells.top
- The offset from the top left corner of the containing tab to the top left corner of this pane, in cells.width
- The width of this pane in cellsheight
- The height of this pane in cellspixel_width
- The width of this pane in pixelspixel_height
- The height of this pane in pixelspane
- The Pane object