libtmux Reference MCP Search
On this page

LibTmux.CopyModeRequest.CopyModeRequest

View as Markdown

Module
LibTmux
Declared in
CopyModeRequest
Package
LibTmux
Source
src/LibTmux/Requests/CopyModeRequest.cs
CopyModeRequest ( scrollUp : bool , exitOnBottom : bool , mouseDrag : bool , cancel : bool , pageDown : bool , sourcePane : string? )
method [source]
method [source]
CopyModeRequest

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

Esc

Type to search.