On this page
tmux.Server.ListBuffers
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_buffers.go
- ListBuffers ( ctx : context.Context , request : ListBuffersRequest ) ([]string, error)
-
ListBuffers returns an owned snapshot of live tmux buffer rows. A command or transport failure is returned rather than answered with no rows; context cancellation still returns its context error. The result is not a live collection.
0 declared, 0 inherited