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

tmux.DisplayPanesRequest

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_modes.go
struct tmux.DisplayPanesRequest
struct [source]
struct [source]
struct tmux.DisplayPanesRequest

DisplayPanesRequest configures pane-number display for tmux's current client and does not inherit the Pane target. Duration is read during the call, not retained, and must not be mutated concurrently.

2 declared, 0 inherited

Members

  • Duration attribute Duration is the display time in milliseconds. Nil uses tmux's display-panes-time option; zero waits for a key press. Negative values are rejected before execution.
  • NoSelect attribute NoSelect prevents number keys from selecting a pane, so the display closes only after its duration. With Duration set to zero, it may remain until the context is canceled.
Esc

Type to search.