- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- PythonTypeScriptGoJava.NETC++ Swift
-
Return the window that contains this pane.
This re-reads tmux, so a window renamed or moved since discovery is reported as it is now.
Ok(None)means the pane no longer has a resolvable containing window. For a linked window, tmux chooses the session context for the pane-ID target rather than preserving this handle's cached session link.Errors
Returns an error when the parent lookup fails.
Discussed in Traversal
In other ports Find a pane's containing window
- Python
libtmux.Pane.window - TypeScript
pane.Pane.window - Go
tmux.Pane.Window - Java
io.github.libtmux.Pane.Pane.window - .NET
LibTmux.Pane.Window - C++
libtmux::Pane::window - Swift no direct accessor; match Pane.windowID against Snapshot.windows
- Python
0 declared, 0 inherited