On this page
types.MoveWindowOptions.session
- Module
- types
- Declared in
- MoveWindowOptions
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
Destination session; the window stays in its own session when omitted.
Omitted means this window's session, not tmux's current one — tmux reads a destination of
:3as index 3 of whichever session it happens to consider current, which is rarely the one a caller holding this window means.
0 declared, 0 inherited