tmux.Session.WindowCount
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- Python RubyLua TypeScript Rust Java .NET C++Swift
-
WindowCount returns tmux #{session_windows} as int from this Session's materialized session-scoped fields (tmux 3.2a or later).
In other ports How many windows the session holds
- Python no equivalent on
Session - Ruby
LibTmux::SessionSnapshot#window_count - Lua
libtmux.SnapshotSession.window_count - TypeScript no equivalent on
Session - Rust
session.Session.window_count - Java no equivalent on
Session - .NET no equivalent on
Session - C++
libtmux::Session::window_count - Swift
Session.windowCount
- Python no equivalent on
0 declared, 0 inherited