tmux.Window.Refresh
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/lookup.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.NETC++ Swift
- Refresh ( ctx : context.Context ) (Window, error)
-
Refresh performs a canonical live lookup for the window's stable ID and returns a new record without mutating the receiver. It does not preserve a linked-session view; use
Window.ResolveSessionfor exact relationships.In other ports Read a window again
- Python
libtmux.Window.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.refreshed - Rust
window.Window.refresh - Java
io.github.libtmux.Window.Window.refresh - .NET
LibTmux.Window.RefreshAsync - C++
libtmux::Window::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
- Python
0 declared, 0 inherited