libtmux Reference MCP Search
On this page

window.Window.refreshed

View as Markdown

Module
window
Declared in
Window
Package
@libtmux/libtmux
Source
packages/libtmux/src/window.ts
refreshed ( ) Promise<Window>
method [source]
method [source]
refreshed

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

Esc

Type to search.