On this page
session.Session.refresh
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
-
Replace this handle's snapshot with the session's current state.
Only the receiver changes. Clones keep the snapshot they were taken with, because each handle owns its own.
Errors
Returns
Error::ObjectGonewhen the session no longer exists, or a listing error when tmux could not be read.
0 declared, 0 inherited