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

LibTmux.DisplayMessageRequest.ToCommand

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

View as Markdown

Module
LibTmux
Declared in
DisplayMessageRequest
Package
LibTmux
Source
src/LibTmux/Requests/DisplayMessageRequest.cs
ToCommand ( server : Server ) → TmuxCommand
method [source]
method [source]
ToCommand

Returns a message request as one tmux command.

This takes the server because two of the flags depend on which tmux is answering: literal expansion arrived in 3.4, and 3.2a refuses the target-client flag even for a client that is really attached.

Parameters
  • server ( Server ) – The server the message is shown on.

Returns

The command, ready to add to a TmuxChain .

Raises

0 declared, 0 inherited

Esc

Type to search.