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

tmux.BreakPaneRequest

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/pane_relocate.go
struct tmux.BreakPaneRequest
struct [source]
struct [source]
struct tmux.BreakPaneRequest

BreakPaneRequest configures break-pane on tmux 3.2a or later. Its zero value moves the receiver to a detached new window with tmux's default name, except for the documented raw-version 3.7 workaround in Pane.BreakPane . Empty Name means omission and is validated before the version probe.

2 declared, 0 inherited

Members

  • Attach attribute Attach lets the new winlink become current in the receiver session.
  • Name attribute Name requests the new window name; empty normally lets tmux choose.
Esc

Type to search.