LibTmux.CapturePanePosition
.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/CapturePaneRequest.cs
-
Names one end of a capture range.
tmux writes the extremes as a literal
-rather than a number, which means the beginning of the history for a start and the end of the visible pane for an end. The two named values carry that same absent line number and differ only in which flag they read well against.
4 declared, 0 inherited
Members
- BeginningOfHistory property Gets the oldest line tmux still holds.
- CapturePanePosition method Initializes a position at one line.
- EndOfVisiblePane property Gets the last line of the visible pane.
- LineNumber property Gets the line, or null for the extreme tmux writes as
-.