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

Go API

Go documentation

View as Markdown

Module
tmux
Declared in
Pane
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/window_pane_topology.go
Other languages
PythonRubyLuaTypeScriptRustJava.NETC++Swift
Select ( ctx : context.Context , request : PaneSelectRequest ) → (Pane, error)
method [source]
method [source]
Select

Select applies select-pane to the receiver's exact linked-pane view. Direction makes an adjacent pane active, but the returned Pane is a fresh exact refresh of the receiver rather than the newly active pane. With no Direction, Mark, or Input, the receiver becomes active. Mark changes the server-wide marked pane without selection; Input changes the receiver's input state without selection. None of these modes selects the window in its session or promises client focus.

A refresh failure returns the receiver with the error; earlier failures return zero.

In other ports Make a pane active

0 declared, 0 inherited

Esc

Type to search.