On this page
LibTmux.ResizePaneRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ResizePaneRequest.cs
-
Describes one
resize-paneinvocation.tmux accepts several sizing instructions at once and silently applies only some of them, so the request refuses the ambiguity instead. That makes trimming below the cursor unrepresentable on its own; it rides alongside a real resize.
8 declared, 0 inherited
Members
- ResizePaneRequest method Initializes a pane-resize request.
- Adjustment property Gets how many cells to move the edge by.
- Direction property Gets the edge to move.
- Height property Gets the explicit height in cells or as a percentage.
- Mouse property Gets whether the resize follows the mouse.
- TrimBelow property Gets whether lines below the cursor are trimmed.
- Width property Gets the explicit width in cells or as a percentage.
- Zoom property Gets whether the pane's zoom is toggled.