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

LibTmux.Server.DisplayMessageAsync

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

View as Markdown

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

Shows a message on a client.

tmux reports a bad format on its error stream rather than by failing, so a message it would not render is logged and answered with nothing.

Parameters
Returns

The rendered text when it was asked for, and null otherwise.

In other ports Show a message on a client

0 declared, 0 inherited

Esc

Type to search.