libtmux Reference MCP Search
On this page

LibTmux.MoveWindowRequest.MoveWindowRequest

View as Markdown

Module
LibTmux
Declared in
MoveWindowRequest
Package
LibTmux
Source
src/LibTmux/Requests/MoveWindowRequest.cs
MoveWindowRequest ( destination : string , session : string? , direction : WindowDirection? , noSelect : bool , replaceExisting : bool , renumber : bool )
method [source]
method [source]
MoveWindowRequest

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

Esc

Type to search.