Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Mcp.PaneActivityHub.OwnsControlClient

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

LibTmux.Mcp.PaneActivityHub.OwnsControlClient ( clientName : string ) → bool
method [source]
method [source]
LibTmux.Mcp.PaneActivityHub.OwnsControlClient

Reports whether this process opened the named control client.

tmux counts an observation client the same way it counts a human one, so a client listing that wants to answer "is anyone actually watching" excludes every name this method reports as owned.

Parameters
  • clientName ( string ) – A client name, such as tmux reports for #{client_name}.

Returns

true when this hub started that client.

Esc

Type to search.