tmux.Pane.DisplayMessage
- 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)
-
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.In other ports Show a message on the client viewing a pane
- Python
libtmux.Pane.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
pane.Pane.displayMessage - Rust
pane.Pane.display - Java no equivalent on
Pane - .NET
LibTmux.Pane.DisplayMessageAsync - C++
libtmux::Pane::show_message - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited