libtmux Reference MCP Search
On this page

tmux.DisplayMessageRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/display_message.go
struct tmux.DisplayMessageRequest
struct [source]
struct [source]
struct tmux.DisplayMessageRequest

DisplayMessageRequest configures display-message options shared by server, window, and pane scope. A zero request displays tmux's default message and returns nil. Print returns an owned stdout slice instead of displaying only to a client status line. Nil pointer fields omit their flags while pointers to empty values are explicit; a zero TargetClient omits its flag.

9 declared, 0 inherited

Members

  • AllFormats attribute AllFormats includes every available format value.
  • Delay attribute Delay sets display duration in milliseconds when nonnil.
  • Format attribute Format selects tmux output formatting.
  • Message attribute Message is the optional status message; an empty message leaves tmux's default behavior.
  • NoExpand attribute NoExpand disables format expansion and requires tmux 3.4; see UnsupportedPolicy.
  • Notify attribute Notify triggers a notification rather than only a status message.
  • Print attribute Print returns message output instead of only displaying it.
  • TargetClient attribute TargetClient selects the stable client receiving the display; zero omits -c.
  • Verbose attribute Verbose requests verbose tmux output.
Esc

Type to search.