tmux.Window.SelectPane
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_pane_topology.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- SelectPane ( ctx : context.Context , request : WindowSelectPaneRequest ) (Pane, error)
-
SelectPane makes an exact or relative pane active in the receiver's exact winlink without selecting the window in its session. Target must belong to that same SessionID and WindowID; a PaneID alone does not identify a linked view. The returned
Paneis the freshly materialized active pane in the receiver context, not a canonical ID-only view.Command or refresh failures return zero because active-pane selection has no reliable partial identity. Transport errors are delivery-ambiguous.
In other ports Make a pane of a window active
- Python
libtmux.Window.select_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Window - Rust no equivalent on
Window - Java no equivalent on
Window - .NET
LibTmux.Window.SelectPaneAsync - C++ no equivalent on
Window - Swift no equivalent on
Window
- Python
0 declared, 0 inherited