On this page
tmux.Pane.DisplayMessage
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/display_message.go
- DisplayMessage ( ctx : context.Context , request : PaneDisplayMessageRequest ) ([]string, error)
-
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 reachesWarningHandlerasWarningCommandStderr, not an error; cancellation does not prove display or pane update did not occur.
0 declared, 0 inherited