libtmux Reference MCP Search
On this page

LibTmux.MoveWindowRequest

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/MoveWindowRequest.cs
struct LibTmux.MoveWindowRequest
struct [source]
struct [source]
struct LibTmux.MoveWindowRequest

Describes one move-window invocation.

7 declared, 0 inherited

Members

  • MoveWindowRequest method Initializes a window-move request.
  • Destination property Gets the window part of the target, empty for the next free index.
  • Direction property Gets whether to insert before or after the destination.
  • NoSelect property Gets whether the moved window is left unselected.
  • Renumber property Gets whether the destination session's windows are renumbered.
  • ReplaceExisting property Gets whether a window already at the index is replaced.
  • Session property Gets the destination session, or null for the window's own.
Esc

Type to search.