Session.windowCount
- Declared in
- Session
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Session.swift
- Other languages
- Python RubyLua TypeScript RustGo Java .NET C++
- windowCount : let windowCount: Int
-
tmux's own count, so a caller needing only the number does not have to list the windows to get it.
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 - Go
tmux.Session.WindowCount - Java no equivalent on
Session - .NET no equivalent on
Session - C++
libtmux::Session::window_count
- Python no equivalent on
0 declared, 0 inherited