tmux.Session.Refresh
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/lookup.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.NETC++ Swift
- Refresh ( ctx : context.Context ) (Session, error)
-
Refresh performs a canonical live lookup without mutating the receiver.
In other ports Read a session again
- Python
libtmux.Session.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.refreshed - Rust
session.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