libtmux Reference MCP Search
On this page

client.Client.refreshed

View as Markdown

Module
client
Declared in
Client
Package
libtmux
Source
crates/libtmux/src/client.rs
refreshed ( self ) Result<Self, Error>
method [source]
method [source]
refreshed

Return a new handle holding the client's current state.

Errors

Returns Error::ObjectGone when the client has detached, and Error::ClientSuspended when it is stopped rather than gone. The two are worth telling apart: Error::is_object_gone answers false for the second, because the same handle works again once the client resumes. Returns a listing error when tmux could not be read.

0 declared, 0 inherited

Esc

Type to search.