On this page
tmux.Server.DisplayMessage
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/display_message.go
- 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.
0 declared, 0 inherited