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

session.Session.display

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

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
crates/libtmux/src/session.rs
display ( self , message : &str ) → Result<(), Error>
method [source]
method [source]
display

Show a message on the clients viewing this session.

The showing half of tmux's display-message. Nothing is returned because nothing is read: use Self::format to get text back. Succeeds when nobody is watching, having shown it to nobody. Like Self::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.

0 declared, 0 inherited

Esc

Type to search.