libtmux Reference MCP Search
On this page

control.ControlSender

View as Markdown

Module
control
Package
libtmux
Source
crates/libtmux/src/control.rs
struct control.ControlSender
structoverload [source]
structoverload [source]
struct control.ControlSender

10 declared, 0 inherited

Members

  • is_closed method
  • mute_pane method Stop tmux sending this connection what a pane writes.
  • pause_after method Have tmux pause a pane rather than let this connection fall behind.
  • reply_timeout method
  • resume_pane method Resume a pane tmux paused because this connection fell behind.
  • send method Send one command and wait for its result block.
  • subscribe method Ask tmux to report a format whenever it changes.
  • unmute_pane method Resume sending what a pane writes, after Self::mute_pane.
  • unsubscribe method Stop reporting a format this connection subscribed to.
  • watch_only method Receive output from these panes and no others.
Esc

Type to search.