libtmux Reference MCP Search
On this page

libtmux.Window.refresh

View as Markdown

Module
libtmux
Declared in
Window
Package
libtmux
Source
src/libtmux/window.py
refresh ( self ) None
method [source]
method [source]
refresh

Refresh window attributes from tmux.

Scoped to this window's own session (list-windows -t @ID), so tmux -- not libtmux -- decides which session the window belongs to. See Window.from_window_id .

Examples

>>> window.refresh()
>>> window.window_id
'@1'
Raises

0 declared, 0 inherited

Esc

Type to search.