tmux.Server.ShowMessages
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
- Other languages
- Python Ruby Lua TypeScript Rust Java.NET C++ Swift
- ShowMessages ( ctx : context.Context , request : ShowMessagesRequest ) ([]string, error)
-
ShowMessages returns an owned snapshot of the tmux message log, terminal capabilities, job summary, or both terminal and job summaries. A zero TargetClient selects tmux's current client; a list failure is returned rather than answered with no rows.
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 - Java
io.github.libtmux.Server.Server.messages - .NET
LibTmux.Server.GetMessagesAsync - C++
Server::show_messageposts a message rather than reading the log - Swift no equivalent on
Server
- Python
0 declared, 0 inherited