libtmux Reference MCP Search
On this page

window.Window.refresh

View as Markdown

Module
window
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window.rs
refresh ( mut ) Result<&mut Self, Error>
method [source]
method [source]
refresh

Replace this handle's snapshot with the window's current state.

The handle keeps following the same link, so a window that moved to a different index in the same session is found at its new index.

Errors

Returns Error::ObjectGone when this session no longer links the window, or a listing error when tmux could not be read.

0 declared, 0 inherited

Esc

Type to search.