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

libtmux::Session::show_message

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

View as Markdown

Module
libtmux
Declared in
Session
Package
libtmux-cxx
Source
include/libtmux/entities.hpp
show_message ( text : std::string_view ) → expected< void, CommandFailure >
methodreadonly [source]
methodreadonly [source]
show_message

Put a message on the status line of every client attached here, and send it to a 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.

0 declared, 0 inherited

Esc

Type to search.