LibTmux.MovePaneRequest
.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/MovePaneRequest.cs
-
Describes one
move-paneorjoin-paneinvocation.
8 declared, 0 inherited
Members
- Before property Gets whether the pane lands before the target.
- Detach property Gets whether the moved pane is left unselected.
- Direction property Gets which side of the target the pane lands on.
- FullWindow property Gets whether the split spans the whole window.
- MovePaneRequest method Initializes a pane-move request.
- Size property Gets the size in cells or as a percentage.
- Target property Gets the pane or window to move against.
- ToCommand method Returns a pane-move request as one tmux command.