- Declared in
- Session
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Session.swift
- Other languages
- PythonRubyLua TypeScript RustGoJava.NETC++
- isAttached : let isAttached: Bool
-
Whether any client is looking at this session. Opening a connection attaches one, so this reads differently from inside
Server/connected(attachingTo:_:)— see <doc:Modes>.In other ports Whether a client was attached when captured
- Python
libtmux.Session.session_attached - Ruby
LibTmux::SessionSnapshot#attached - Lua
libtmux.SnapshotSession.attached - TypeScript no accessor; the field is read from
Session.format, tmux's own row - Rust
session.Session.is_attached - Go
tmux.Session.Attached - Java
io.github.libtmux.Session.Session.attached - .NET
LibTmux.Session.Attached - C++
libtmux::Session::attached
- Python
0 declared, 0 inherited