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

Go API

Go documentation

tmux.Server.DisplayMessage

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

View as Markdown

Module
tmux
Declared in
Server
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/display_message.go
Other languages
Python Ruby Lua TypeScript Rust Java .NETC++ Swift
DisplayMessage ( ctx : context.Context , request : DisplayMessageRequest ) → ([]string, error)
method [source]
method [source]
DisplayMessage

DisplayMessage displays or prints a server-scoped tmux message. Print returns an owned stdout slice even when tmux exits nonzero; completed stderr is delivered synchronously through WarningCommandStderr , not returned as a completed-error classification. Unsupported flags follow UnsupportedPolicy . Any warnings run on the caller goroutine before return. Cancellation does not prove display did not occur.

In other ports Show a message on a client

0 declared, 0 inherited

Esc

Type to search.