Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::Server::show_message

C++
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET
  • C++
  • Swift Unavailable

View as Markdown

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 >
methodreadonly [source]
methodreadonly [source]
show_message

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 in escape_literal first.

In other ports Show a message on a client

0 declared, 0 inherited

Esc

Type to search.