- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- PythonTypeScriptGoJava.NETC++ Swift
-
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.In other ports Read a session again
- Python
libtmux.Session.refresh - TypeScript
session.Session.refreshed - Go
tmux.Session.Refresh - Java
io.github.libtmux.Session.Session.refresh - .NET
LibTmux.Session.RefreshAsync - C++
libtmux::Session::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
- Python
0 declared, 0 inherited