- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETSwift
- respawn ( replace_running : bool = false ) expected< void, CommandFailure > ( options : RespawnOptions ) expected< void, CommandFailure >
-
Start the pane's command again.
tmux refuses a pane whose process is still running unless told to kill it, and that refusal is kept rather than smoothed over: replacing a live process is a decision, so
replace_runninghas to be asked for.Discussed in Pane operations
In other ports Restart a pane's command
- Python
libtmux.Pane.respawn - Ruby
LibTmux::Pane#respawn - Lua
libtmux.Pane:respawn - TypeScript
pane.Pane.respawn - Rust
pane.Pane.respawn - Go
tmux.Pane.Respawn - Java
io.github.libtmux.Pane.Pane.respawn - .NET
LibTmux.Pane.RespawnAsync - Swift
Server.respawn(_:running:killingExisting:)
- Python
0 declared, 0 inherited