libtmux Reference MCP Search
On this page

LibTmux.ResizePaneRequest.ResizePaneRequest

View as Markdown

Module
LibTmux
Declared in
ResizePaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/ResizePaneRequest.cs
ResizePaneRequest ( direction : ResizeDirection? , adjustment : int? , width : string? , height : string? , zoom : bool , mouse : bool , trimBelow : bool )
method [source]
method [source]
ResizePaneRequest

Initializes a pane-resize request.

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

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

  • width ( string? ) – An explicit width in cells or a percentage.

  • height ( string? ) – An explicit height in cells or a percentage.

  • zoom ( bool ) – Whether the pane's zoom is toggled.

  • mouse ( bool ) – Whether the resize follows the mouse.

  • trimBelow ( bool ) – Whether lines below the cursor are trimmed.

Raises

0 declared, 0 inherited

Esc

Type to search.