libtmux.Session.refresh
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- src/libtmux/session.py
- Other languages
- Ruby Lua TypeScriptRustGoJava.NETC++ Swift
-
Refresh session attributes from tmux.
- Raises
-
-
ValueError – When
session_idis unset. Surfaces a clear error underpython -O, where anassertwould be stripped.
-
In other ports Read a session again
- 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 - 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
0 declared, 0 inherited