libtmux Reference MCP Search
On this page

LibTmux.LinkWindowRequest.LinkWindowRequest

View as Markdown

Module
LibTmux
Declared in
LinkWindowRequest
Package
LibTmux
Source
src/LibTmux/Requests/LinkWindowRequest.cs
LinkWindowRequest ( targetSession : string , targetIndex : string? , direction : WindowDirection? , replaceExisting : bool , detach : bool )
method [source]
method [source]
LinkWindowRequest

Initializes a window-link request.

Parameters
  • targetSession ( string ) – The session the window is linked into.

  • targetIndex ( string? ) – The index to link at, or null for the next free one.

  • direction ( WindowDirection? ) – Whether to insert before or after the target.

  • replaceExisting ( bool ) – Whether a window already at the index is replaced.

  • detach ( bool ) – Whether the linked window is left unselected.

Raises

0 declared, 0 inherited

Esc

Type to search.