LibTmux.Window.RefreshAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.State.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++ Swift
- RefreshAsync ( cancellationToken : CancellationToken ) Task<Window>
-
Re-reads this window from tmux.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying current state.
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 - Go
tmux.Window.Refresh - Java
io.github.libtmux.Window.Window.refresh - C++
libtmux::Window::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
0 declared, 0 inherited