libtmux Reference MCP Search
On this page

tmux.PaneSwapResult

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/window_pane_swap.go
struct tmux.PaneSwapResult
struct [source]
struct [source]
struct tmux.PaneSwapResult

PaneSwapResult contains original stable pane identities in their post-swap exact linked-pane views. Its zero value contains no usable endpoints. Target is zero for a directional swap because tmux does not report the adjacent pane identity.

2 declared, 0 inherited

Members

  • Pane attribute Pane is the receiver's original PaneID at its post-swap exact view.
  • Target attribute Target is the explicit target's original PaneID at its post-swap exact view, or zero after a directional swap.
Esc

Type to search.