On this page
tmux.JoinPaneRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_relocate.go
-
JoinPaneRequest configures join-pane with the same target, cross-daemon, sizing, validation, and pointer-ownership rules as
MovePaneRequest.
7 declared, 0 inherited
Members
- Attach attribute Attach lets tmux make the joined pane active in the destination winlink.
- Direction attribute Direction selects placement relative to the destination; zero means below.
- FullWindow attribute FullWindow lets the joined pane span the full destination window.
- Percentage attribute Percentage selects a size from 0 through 100; nil omits it.
- Size attribute Size selects a nonnegative absolute pane size; nil omits it.
- TargetPane attribute TargetPane selects an exact destination pane; a zero Pane omits it.
- TargetWindow attribute TargetWindow selects an exact destination winlink; a zero Window omits it.