Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

client.Client.refresh

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

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

Replace this handle's snapshot with the client's current state.

Errors

Returns Error::ObjectGone when the client has detached, and Error::ClientSuspended when it is stopped rather than gone -- suspended or locked, which tmux leaves out of the same listing. Keep the handle for the second: the client is listed again once it resumes. Returns a listing error when tmux could not be read.

0 declared, 0 inherited

Esc

Type to search.