On this page
io.github.libtmux.Server.Server.messages
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
-
The server's own message log, newest last.
<p>Deliberately not version-gated, though tmux before 3.6 answers
no current clientwhen 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
-
-
LibTmuxException – before 3.6 when no client is attached
-
0 declared, 0 inherited