On this page
LibTmux.DisplayMessageRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/DisplayMessageRequest.cs
-
Describes one
display-messageinvocation.
11 declared, 0 inherited
Members
- DisplayMessageRequest method Initializes a display-message request.
- 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.
- UpdatePane property Gets whether the pane is redrawn while the message is shown.
- Verbose property Gets whether format expansion is reported.