libtmux::Server::show_message
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- Other languages
- Python Ruby Lua TypeScript Rust Go Java .NET Swift
- show_message ( text : std::string_view ) expected< void, CommandFailure >
-
Put a message on the status line of every attached client, and send it to each control client as
message.tmux expands the text as a format, so a
#{...}in it is substituted rather than shown. Text built from data belongs inescape_literalfirst.In other ports Show a message on a client
- Python
libtmux.Server.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
Server - Rust no equivalent on
Server - Go
tmux.Server.DisplayMessage - Java no equivalent on
Server - .NET
LibTmux.Server.DisplayMessageAsync - Swift no equivalent on
Server
- Python
0 declared, 0 inherited