- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- Python TypeScript GoJava.NETC++ Swift
-
Return the window's index within
Window::session_id.A linked window can hold a different index in each session, so this is a property of the link rather than of the window.
In other ports A window's index in its session
- Python
libtmux.Window.index - TypeScript no accessor; the field is read from
Window.format, tmux's own row - Go
tmux.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