- Module
- io.github.libtmux.Pane
- Declared in
- Pane
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Pane.java
- Other languages
- PythonRubyLuaTypeScriptRustGo.NETC++Swift
-
Kills whatever runs here and starts the pane's default command again.
tmux refuses to respawn a pane that is still running something, on every supported release, so what is asked for is always the killing form. Restarting a live process is the whole point of the call.
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 - .NET
LibTmux.Pane.RespawnAsync - C++
libtmux::Pane::respawn - Swift
Server.respawn(_:running:killingExisting:)
- Python
0 declared, 0 inherited