- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- src/libtmux/session.py
- Other languages
- RubyLua TypeScript RustGoJava.NETC++Swift
-
Alias of
Session.session_name.>>> session.name 'libtmux_...'
>>> session.name == session.session_name True
In other ports A session's 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 - Swift
Session.name
- Ruby
0 declared, 0 inherited