On this page
window.Window.refreshed
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
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.
Examples
const later = await window.refreshed(); later.panes.count();
0 declared, 0 inherited