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

305 B

domain:state()

{{since('20230320-124340-559cb7b0')}}

Returns whether the domain is attached or not. The result is a string that is either:

  • "Attached" - the domain is attached
  • "Detached" - the domain is not attached

See also: domain:detach() and domain:detach().