On this page
libtmux::Pane::respawn
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- respawn ( replace_running : bool = false ) 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.
0 declared, 0 inherited