- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/model.go
- Other languages
- PythonRubyLua TypeScript RustJava.NETC++Swift
-
Index returns the pane's index in its exact window view. Unlike the materialized format accessors it sits beside, it returns a plain int, because a pane record always carries the index tmux placed it at.
In other ports A pane's index in its window
- Python
libtmux.Pane.index - Ruby
LibTmux::PaneSnapshot#index - Lua
libtmux.SnapshotPane.index - TypeScript no accessor; the field is read from
Pane.format, tmux's own row - Rust
pane.Pane.index - Java
io.github.libtmux.Pane.Pane.index - .NET
LibTmux.Pane.Index - C++
libtmux::Pane::index - Swift
Pane.index
- Python
0 declared, 0 inherited