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

Go API

Go documentation

tmux.Pane.DisplayMessage

Go

View as Markdown

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

DisplayMessage displays or prints a message at this pane's exact target. Embedded NoExpand requires tmux 3.4 and UpdatePane requires tmux 3.6; each follows UnsupportedPolicy . Print returns an owned stdout slice even on a completed nonzero exit. Completed stderr synchronously reaches WarningHandler as WarningCommandStderr , not an error; cancellation does not prove display or pane update did not occur.

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

0 declared, 0 inherited

Esc

Type to search.