On this page
LibTmux.DisplayMessageRequest.DisplayMessageRequest
- Module
- LibTmux
- Declared in
- DisplayMessageRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/DisplayMessageRequest.cs
-
Initializes a display-message request.
- Parameters
-
-
message ( string ) – The message, which tmux expands as a format.
-
returnText ( bool ) – Whether the message is printed rather than shown.
-
format ( string? ) – A format string used in place of the message.
-
allFormats ( bool ) – Whether every format variable is listed.
-
verbose ( bool ) – Whether format expansion is reported.
-
noExpand ( bool ) – Whether the message is sent without format expansion.
-
targetClient ( string? ) – The client to show the message on.
-
delay ( TimeSpan? ) – How long the message stays up.
-
notify ( bool ) – Whether the message is delivered as a notification.
-
updatePane ( bool ) – Whether the pane is redrawn while shown.
-
0 declared, 0 inherited