On this page
window.Window.respawn
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
Restart the command running in this window's active pane.
tmux refuses a window that is still running something unless
killsays to replace it.Examples
await window.respawn("sh", { kill: true });
0 declared, 0 inherited