libtmux Reference MCP Search
On this page

libtmux.Server.suspend_client

View as Markdown

Module
libtmux
Declared in
Server
Package
libtmux
Source
src/libtmux/server.py
suspend_client ( self , target_client : str | None = None ) None
method [source]
method [source]
suspend_client

Suspend a client via $ tmux suspend-client.

Requires an attached client.

Examples

>>> with control_mode() as ctl:
...     server.suspend_client()
Parameters
  • target_client ( str | None ) – Target client (-t flag).

0 declared, 0 inherited

Esc

Type to search.