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

tmux.LastPaneRequest

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_topology.go
struct tmux.LastPaneRequest
struct [source]
struct [source]
struct tmux.LastPaneRequest

LastPaneRequest configures last-pane on tmux 3.2a or later. Its zero value selects the previously active pane. Input and KeepZoom are mutually exclusive and are validated before execution; an Input mode changes the previous pane's input state without selecting it.

2 declared, 0 inherited

Members

  • Input attribute Input changes the previous pane's input state; zero performs selection.
  • KeepZoom attribute KeepZoom preserves the window's zoomed state during selection.
Esc

Type to search.