LibTmux.Window.Index
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.State.cs
- Other languages
- PythonRuby Lua TypeScript RustGoJavaC++ Swift
-
Gets the index this window holds in its session.
A window linked into several sessions holds a different index in each, so this is the index of the session this handle was read through.
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 - Go
tmux.Window.Index - Java
io.github.libtmux.Window.Window.index - C++
libtmux::Window::index - Swift no equivalent on
Window
- Python
0 declared, 0 inherited