tmux.Server.DisplayMessage
- 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)
-
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 followUnsupportedPolicy. 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
- Python
libtmux.Server.display_message - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.Server.DisplayMessageAsync - C++
libtmux::Server::show_message - Swift no equivalent on
Server
- Python
0 declared, 0 inherited