LibTmux::Window#respawn
- Module
- LibTmux
- Declared in
- Window
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/operations.rb
- Other languages
- PythonLuaTypeScriptRustGoJava.NET C++ Swift
- respawn ( command : ::Array[::String] , kill : bool = nil , cwd : ::String? = nil , environment : ::Hash[::String, ::String] = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CommandResult
-
Behavior: Entity mutation.
Behavior contract: Entity mutation.
In other ports Restart the command in a window's active pane
- Python
libtmux.Window.respawn - Lua
libtmux.Window:respawn - TypeScript
window.Window.respawn - Rust
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