- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- PythonTypeScriptGoJava.NET C++ Swift
-
Restart the window's command in place.
Passing
Nonereruns whatever the window started with. Every pane in the window is replaced by the one the command runs in, which is what makes this different from respawning a pane:crate::Pane::respawnrestarts one pane and leaves its neighbours alone.Errors
Returns an error when a pane is still running and
killis not set.In other ports Restart the command in a window's active pane
- Python
libtmux.Window.respawn - TypeScript
window.Window.respawn - Go
tmux.Window.Respawn - Java
io.github.libtmux.Window.Window.respawn - .NET
LibTmux.Window.RespawnAsync - C++ no equivalent on
Window - Swift no equivalent on
Window
- Python
0 declared, 0 inherited