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

LibTmux.Window.DisplayMessageAsync

.NET

View as Markdown

Module
LibTmux
Declared in
Window
Package
LibTmux
Source
src/LibTmux/Window.Display.cs
Other languages
Python Ruby Lua TypeScript RustGo Java C++ Swift
DisplayMessageAsync ( request : DisplayMessageRequest , cancellationToken : CancellationToken ) → Task<IReadOnlyList<string>?>
methodasync [source]
methodasync [source]
DisplayMessageAsync

Shows a message on the client viewing this window.

A message with no client to show it on is not a failure, so tmux's complaint is logged rather than raised.

Parameters
Returns

The printed lines when the request asked for them, else null.

Raises
  • ArgumentException – The request asks to redraw the pane, which only a pane can honour.

In other ports Show a message on the client viewing a window

0 declared, 0 inherited

Esc

Type to search.