On this page
tmux.PaneSelectRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/window_pane_topology.go
-
PaneSelectRequest configures select-pane for one exact receiver. Closed enums prevent conflicting direction, mark, and input flags. Its zero value selects the receiver. Mark rejects every other option. Input rejects Direction and KeepZoom because changing input does not select a pane. These combinations and enum ranges are validated before execution.
4 declared, 0 inherited
Members
- Direction attribute Direction selects a pane relative to the receiver; zero selects the receiver unless Mark or Input is set.
- Input attribute Input changes whether the receiver accepts input without selecting; zero leaves input state unchanged.
- KeepZoom attribute KeepZoom preserves the window's zoomed state while selecting.
- Mark attribute Mark changes the server-wide marked pane without selecting; zero leaves it unchanged.