libtmux Reference MCP Search
On this page

LibTmux.DisplayMessageRequest.DisplayMessageRequest

View as Markdown

Module
LibTmux
Declared in
DisplayMessageRequest
Package
LibTmux
Source
src/LibTmux/Requests/DisplayMessageRequest.cs
DisplayMessageRequest
( 10 parameters ) ( message : string , returnText : bool , format : string? , allFormats : bool , verbose : bool , noExpand : bool , targetClient : string? , delay : TimeSpan? , notify : bool , updatePane : bool )
method [source]
method [source]
DisplayMessageRequest

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

Esc

Type to search.