libtmux Reference MCP Search
On this page

pane.Pane.respawn

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
respawn ( mut , command : Option<impl Into<OsString>> , kill : bool ) Result<&mut Self, Error>
method [source]
method [source]
respawn

Restart the pane's command in place.

Passing None reruns whatever the pane started with.

Errors

Returns an error when the pane is still running and kill is not set.

0 declared, 0 inherited

Esc

Type to search.