- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/model.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++ Swift
-
Window returns this pane's exact winlink record when it remains in the same snapshot. It never queries tmux.
Discussed in Traversal
In other ports Find a pane's containing window
- Python
libtmux.Pane.window - Ruby
LibTmux::PaneSnapshot#window - Lua
libtmux.SnapshotPane.window - TypeScript
pane.Pane.window - Rust
pane.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