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
- Other languages
- Python Ruby Lua TypeScript Rust Go.NET C++ Swift
-
The server's own message log, newest last.
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
-
In other ports Read the server's message log
- Python
libtmux.Server.show_messages - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.ShowMessages - .NET
LibTmux.Server.GetMessagesAsync - C++
Server::show_messageposts a message rather than reading the log - Swift no equivalent on
Server
0 declared, 0 inherited