1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-13 09:46:22 +03:00
wezterm/docs/config/lua/wezterm.mux
Wez Furlong 2e9fe87e34 lua: expand mux api
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
2022-06-27 13:19:03 -07:00
..
all_windows.md lua: expand mux api 2022-06-27 13:19:03 -07:00
get_active_workspace.md docs: update for release 2022-06-24 14:59:19 -07:00
get_pane.md docs: update for release 2022-06-24 14:59:19 -07:00
get_tab.md docs: update for release 2022-06-24 14:59:19 -07:00
get_window.md docs: update for release 2022-06-24 14:59:19 -07:00
get_workspace_names.md docs: update for release 2022-06-24 14:59:19 -07:00
index.markdown docs: update for release 2022-06-24 14:59:19 -07:00
set_active_workspace.md docs: update for release 2022-06-24 14:59:19 -07:00
spawn_window.md docs: update for release 2022-06-24 14:59:19 -07:00