window.Window.refreshed
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- packages/libtmux/src/window.ts
- Other languages
- Python Ruby Lua RustGoJava.NETC++ Swift
-
This window placement, read again at a new instant.
The placement is kept, not just the window: a window linked into a session at two indexes has two placements, and this one stays the one it was. Refusing rather than silently retargeting is why the index is part of what is matched.
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.
- Rust
window.Window.refresh - Go
tmux.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
Examples
const later = await window.refreshed();later.panes.count();>>> window.refresh()>>> window.window_id'@1'0 declared, 0 inherited