libtmux Reference MCP Search
On this page

tmux.WindowSelectPaneRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/window_pane_topology.go
struct tmux.WindowSelectPaneRequest
struct [source]
struct [source]
struct tmux.WindowSelectPaneRequest

WindowSelectPaneRequest selects either one exact pane or one relative pane. Its zero value is invalid: exactly one of Target and Direction is required. Target must be a complete pane handle in the receiver's exact winlink and must be proven to share a daemon through connection state or the same nonempty SocketPath; matching socket names alone are insufficient. Invalid values are rejected before execution.

3 declared, 0 inherited

Members

  • Direction attribute Direction selects a pane relative to the receiver window's active pane; zero omits this choice.
  • KeepZoom attribute KeepZoom preserves the window's zoomed state.
  • Target attribute Target selects one exact pane in the receiver winlink; a zero Pane omits this choice.
Esc

Type to search.