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

Go API

Go documentation

tmux.PaneSwapResult

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

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.