libtmux Reference MCP Search
On this page

window.navigation.Window.active_pane

View as Markdown

Module
window.navigation
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window/navigation.rs
Other languages
PythonTypeScriptGoJava.NETC++ Swift
active_pane ( self ) Result<Option<Pane>, Error>
method [source]
method [source]
active_pane

Return the window's active pane.

Errors

Returns an error when the pane listing fails. A window always has an active pane, so Ok(None) means the window disappeared between the snapshot and this call.

Discussed in Traversal

In other languages The window's active pane

0 declared, 0 inherited

Esc

Type to search.