LibTmux.CopyModeRequest
.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/CopyModeRequest.cs
-
Describes one
copy-modeinvocation.
7 declared, 0 inherited
Members
- Cancel property Gets whether copy mode is left instead of entered.
- ExitOnBottom property Gets whether reaching the bottom leaves copy mode.
- MouseDrag property Gets whether the mode is entered for a mouse drag.
- PageDown property Gets whether the pane scrolls down one page on entry.
- ScrollUp property Gets whether the pane scrolls up one page on entry.
- SourcePane property Gets the pane whose content is shown instead.
- ToCommand method Returns a copy-mode request as one tmux command.