LibTmux.ResizePaneRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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
- 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.
- ToCommand method Returns a pane-resize request as one tmux command.
- 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.