On this page
LibTmux.CopyModeRequest.CopyModeRequest
- Module
- LibTmux
- Declared in
- CopyModeRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CopyModeRequest.cs
-
Initializes a copy-mode request.
- Parameters
-
-
scrollUp ( bool ) – Whether the pane scrolls up one page on entry.
-
exitOnBottom ( bool ) – Whether reaching the bottom leaves copy mode.
-
mouseDrag ( bool ) – Whether the mode is entered for a mouse drag.
-
cancel ( bool ) – Whether copy mode is left instead of entered.
-
pageDown ( bool ) – Whether the pane scrolls down one page on entry.
-
sourcePane ( string? ) – A pane whose content is shown instead.
-
0 declared, 0 inherited