pane.Pane.display
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- Python Ruby Lua TypeScriptGo Java .NETC++ Swift
-
Show a message on the clients viewing this pane's 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 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 - Go
tmux.Pane.DisplayMessage - Java no equivalent on
Pane - .NET
LibTmux.Pane.DisplayMessageAsync - C++
libtmux::Pane::show_message - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited