On this page
LibTmux.ResizePaneRequest.ResizePaneRequest
- Module
- LibTmux
- Declared in
- ResizePaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ResizePaneRequest.cs
-
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
-
-
ArgumentException – No sizing instruction is given, more than one is, or a direction has no adjustment.
-
ArgumentOutOfRangeException – A supplied adjustment is not positive.
-
0 declared, 0 inherited