- Declared in
- Session
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Session.swift
- Other languages
- PythonRubyLua TypeScript RustGoJava.NETC++
-
tmux's own session id, stable for the session's lifetime —
$0,$1. Names are not: a session can be renamed, and two servers can both have a0.In other ports A session's stable tmux id
- Python
libtmux.Session.id - Ruby
LibTmux::SessionSnapshot#id - Lua
libtmux.SnapshotSession.id - TypeScript no accessor; the field is read from
Session.format, tmux's own row - Rust
session.Session.id - Go
tmux.Session.ID - Java
io.github.libtmux.Session.Session.id - .NET
LibTmux.Session.Id - C++
libtmux::Session::id
- Python
0 declared, 0 inherited