- Declared in
- Session
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Session.swift
- Other languages
- PythonRubyLua TypeScript RustGoJava.NETC++
-
What a person calls it, and what tmux matches when a command names a session. Renameable, so it is not an identity.
In other ports A session's name
- Python
libtmux.Session.name - Ruby
LibTmux::SessionSnapshot#name - Lua
libtmux.SnapshotSession.name - TypeScript no accessor; the field is read from
Session.format, tmux's own row - Rust
session.Session.name - Go
tmux.Session.Name - Java
io.github.libtmux.Session.Session.name - .NET
LibTmux.Session.Name - C++
libtmux::Session::name
- Python
0 declared, 0 inherited