Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.Window.SelectPane

Go
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

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)
method [source]
method [source]
SelectPane

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 Pane is 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

0 declared, 0 inherited

Esc

Type to search.