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