On this page
LibTmux.MoveWindowRequest.MoveWindowRequest
- Module
- LibTmux
- Declared in
- MoveWindowRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/MoveWindowRequest.cs
-
Initializes a window-move request.
- Parameters
-
-
destination ( string ) – The window part of the target, empty for the next free index.
-
session ( string? ) – The destination session, or null for the window's own.
-
direction ( WindowDirection? ) – Whether to insert before or after the destination.
-
noSelect ( bool ) – Whether the moved window is left unselected.
-
replaceExisting ( bool ) – Whether a window already at the index is replaced.
-
renumber ( bool ) – Whether the destination session's windows are renumbered.
-
0 declared, 0 inherited