On this page
LibTmux.SelectPaneRequest.SelectPaneRequest
- Module
- LibTmux
- Declared in
- SelectPaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SelectPaneRequest.cs
- SelectPaneRequest ( direction : PaneSelectDirection? , keepZoom : bool , mark : bool? , inputEnabled : bool? , last : bool )
-
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