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

Go API

Go documentation

tmux.Window.DisplayMessage

Go

View as Markdown

Module
tmux
Declared in
Window
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 message at this window's exact target. Print returns an owned stdout slice even on a completed nonzero exit; completed stderr reaches WarningHandler as WarningCommandStderr . NoExpand follows UnsupportedPolicy . Warnings run synchronously before return; context cancellation does not prove display did not occur.

In other ports Show a message on the client viewing a window

0 declared, 0 inherited

Esc

Type to search.