tmux.Window.Index
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/model.go
- Other languages
- PythonRuby Lua TypeScript RustJava.NETC++ Swift
-
Index returns this window's index in its linked session. It returns -1 for a partial Window whose exact winlink has not been materialized.
In other ports A window's index in its session
- Python
libtmux.Window.index - Ruby
LibTmux::WindowLinkSnapshot#index - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no accessor; the field is read from
Window.format, tmux's own row - Rust
window.Window.index - Java
io.github.libtmux.Window.Window.index - .NET
LibTmux.Window.Index - C++
libtmux::Window::index - Swift no equivalent on
Window
- Python
0 declared, 0 inherited