libtmux Reference MCP Search
On this page

LibTmux.SelectPaneRequest.SelectPaneRequest

View as Markdown

Module
LibTmux
Declared in
SelectPaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/SelectPaneRequest.cs
SelectPaneRequest ( direction : PaneSelectDirection? , keepZoom : bool , mark : bool? , inputEnabled : bool? , last : bool )
method [source]
method [source]
SelectPaneRequest

Initializes a pane-selection request.

Parameters
  • direction ( PaneSelectDirection? ) – Which pane to move to.

  • keepZoom ( bool ) – Whether a zoomed pane stays zoomed.

  • mark ( bool? ) – Whether the pane is marked, unmarked, or left alone.

  • inputEnabled ( bool? ) – Whether input is enabled, disabled, or left alone.

  • last ( bool ) – Whether the last active pane is selected.

0 declared, 0 inherited

Esc

Type to search.