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

LibTmux.DisplayMessageRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/DisplayMessageRequest.cs
struct LibTmux.DisplayMessageRequest
struct [source]
struct [source]
struct LibTmux.DisplayMessageRequest

Describes one display-message invocation.

11 declared, 0 inherited

Members

  • AllFormats property Gets whether every format variable is listed.
  • Delay property Gets how long the message stays up.
  • Format property Gets the format string used in place of the message.
  • Message property Gets the message, which tmux expands as a format.
  • NoExpand property Gets whether the message is sent without format expansion.
  • Notify property Gets whether the message is delivered as a notification.
  • ReturnText property Gets whether the message is printed rather than shown.
  • TargetClient property Gets the client to show the message on.
  • ToCommand method Returns a message request as one tmux command.
  • UpdatePane property Gets whether the pane is redrawn while the message is shown.
  • Verbose property Gets whether format expansion is reported.
Esc

Type to search.