mirror of
https://github.com/wez/wezterm.git
synced 2024-12-12 13:13:15 +03:00
2e9fe87e34
Allow iterating all windows at the mux layer. windows allow iterating tabs. Tabs allow iterating panes. Versions of iteration that report additional information (like index, active and positioning) are also added. Panes can now reference their containing tab and window objects. Tabs can now reference their containing window object. refs: https://github.com/wez/wezterm/issues/1598 (sort of) refs: https://github.com/wez/wezterm/issues/225
147 B
147 B
wezterm.mux.all_windows()
Since: nightly builds only
Returns an array table holding all of the known MuxWindow objects.