- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLua TypeScript RustGoJava.NETSwift
-
session_attachedcounts clients rather than rendering a flag, so any count other than zero means attached.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 - Swift
Session.isAttached
- Python
0 declared, 0 inherited