libtmux Reference MCP Search
On this page

LibTmux.ResizeWindowRequest.ResizeWindowRequest

View as Markdown

Module
LibTmux
Declared in
ResizeWindowRequest
Package
LibTmux
Source
src/LibTmux/Requests/ResizeWindowRequest.cs
ResizeWindowRequest ( direction : ResizeDirection? , adjustment : int? , width : int? , height : int? , mode : WindowResizeMode? )
method [source]
method [source]
ResizeWindowRequest

Initializes a window-resize request.

Parameters
  • direction ( ResizeDirection? ) – The edge to move.

  • adjustment ( int? ) – How many cells to move it by.

  • width ( int? ) – An explicit width.

  • height ( int? ) – An explicit height.

  • mode ( WindowResizeMode? ) – Sizing against the window's clients instead.

Raises

0 declared, 0 inherited

Esc

Type to search.