1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/docs/config/lua/MuxDomain/has_any_panes.md
2023-03-20 21:29:43 -07:00

10 lines
233 B
Markdown

# `domain:has_any_panes()`
{{since('20230320-124340-559cb7b0')}}
Returns `true` if the mux has any panes that belong to this domain.
This can be useful when deciding whether to spawn additional panes after
attaching to a domain.