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