- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
- Other languages
- Python TypeScript GoJava.NETC++Swift
-
Return the tmux window identity.
This is the
@-prefixed id, which is shared by every link to the same window.In other ports A window's stable tmux id
- Python
libtmux.Window.id - TypeScript no accessor; the field is read from
Window.format, tmux's own row - Go
tmux.Window.ID - Java
io.github.libtmux.Window.Window.id - .NET
LibTmux.Window.Id - C++
libtmux::Window::id - Swift
Window.id
- Python
0 declared, 0 inherited