LibTmux.CapturePaneRequest
.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
-
Describes one
capture-paneinvocation.
15 declared, 0 inherited
Members
- AlternateScreen property Gets whether the alternate screen is captured.
- EndLine property Gets the last line to capture.
- EscapeNonPrintable property Gets whether unprintable bytes are escaped as octal.
- EscapeSequences property Gets whether escape sequences are preserved.
- Hyperlinks property Gets whether hyperlinks are captured.
- JoinWrappedLines property Gets whether wrapped lines are joined.
- LineFlags property Gets whether each line carries its flags.
- LineNumbers property Gets whether each line carries its number.
- ModeScreen property Gets whether the pane's mode screen is captured.
- Pending property Gets whether pending output is captured.
- PreserveTrailingSpaces property Gets whether trailing spaces are kept.
- Quiet property Gets whether a missing alternate screen is not an error.
- StartLine property Gets the first line to capture.
- ToCommand method Returns a capture request as one tmux command.
- TrimTrailingSpaces property Gets whether trailing spaces are removed.