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

io.github.libtmux.Server.Server.messages

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

View as Markdown

Module
io.github.libtmux.Server
Declared in
Server
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Server.java
Other languages
Python Ruby Lua TypeScript Rust Go.NET C++ Swift
messages ( ) → List<String>
method [source]
method [source]
messages

The server's own message log, newest last.

Deliberately not version-gated, though tmux before 3.6 answers no current client when nothing is attached. A gate would refuse the case that works: with a client attached the log is readable on every supported release, and only a detached 3.2a through 3.5 cannot answer. The failure tmux reports is accurate and says exactly what is missing, so it is left to reach the caller.

Raises
In other ports Read the server's message log

0 declared, 0 inherited

Esc

Type to search.