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

control.ControlSender.resume_pane

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

View as Markdown

Module
control
Declared in
ControlSender
Package
libtmux
Source
crates/libtmux/src/control.rs
resume_pane ( self , pane : &PaneId ) → Result<(), Error>
method [source]
method [source]
resume_pane

Resume a pane tmux paused because this connection fell behind, or one Self::mute_pane muted.

Pairs with Event::Paused , which arrives once a caller has asked for pausing with Self::pause_after . It is also exactly Self::unmute_pane : both send the same two commands, so calling either after Self::mute_pane recovers the pane on every version, rather than only the one whose mechanism happens to match.

Errors

Returns an error when the connection has closed or tmux refuses the stream change.

0 declared, 0 inherited

Esc

Type to search.