libtmux Reference MCP Search
On this page

libtmux.Pane.refresh

View as Markdown

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

Refresh pane attributes from tmux.

Scoped to this pane's own window (list-panes -t %ID), so tmux -- not libtmux -- decides which session the pane belongs to. See Pane.from_pane_id .

Examples

>>> pane.refresh()
>>> pane.pane_id
'%1'
Raises

0 declared, 0 inherited

Esc

Type to search.