libtmux::Window::show_message
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby Lua TypeScript RustGo Java .NET Swift
- show_message ( text : std::string_view ) expected< void, CommandFailure >
-
Show a message to the clients watching this window's session.
The window is the context the text expands in, not just who sees it:
#{window_name}in a message sent from here names this window even while another is the active one.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 - Go
tmux.Window.DisplayMessage - Java no equivalent on
Window - .NET
LibTmux.Window.DisplayMessageAsync - Swift no equivalent on
Window
- Python
0 declared, 0 inherited