Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

window.Window.refresh

View as Markdown

Module
window
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window.rs
Other languages
PythonTypeScriptGoJava.NETC++ Swift
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.

In other ports Read a window again

0 declared, 0 inherited

Esc

Type to search.