tmux.Window.DisplayMessage
- 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)
-
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
WarningHandlerasWarningCommandStderr. NoExpand followsUnsupportedPolicy. 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
- Python
libtmux.Window.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 no equivalent on
Window - Rust
window.Window.display - Java no equivalent on
Window - .NET
LibTmux.Window.DisplayMessageAsync - C++
libtmux::Window::show_message - Swift no equivalent on
Window
- Python
0 declared, 0 inherited