window.Window.display
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- Python TypeScript Go Java .NETC++ Swift
-
Show a message on the clients viewing this window.
The showing half of tmux's
display-message. Nothing is returned because nothing is read: useSelf::formatto get text back. Succeeds when nobody is watching, having shown it to nobody. LikeSelf::format, this interprets the message as a tmux format; command and recursive formats can run shell commands.Errors
Returns an error when tmux cannot be reached or refuses the message.
In other ports Show a message on the client viewing a window
- Python
libtmux.Window.display_message - TypeScript no equivalent on
Window - Go
tmux.Window.DisplayMessage - Java no equivalent on
Window - .NET
LibTmux.Window.DisplayMessageAsync - C++
libtmux::Window::show_message - Swift no equivalent on
Window
- Python
0 declared, 0 inherited