- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/format_generated.go
- Other languages
- PythonRubyLua TypeScript RustJava.NETC++Swift
-
Name returns tmux #{session_name} as string from this Session's materialized session-scoped fields (tmux 3.2a or later).
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 - Java
io.github.libtmux.Session.Session.name - .NET
LibTmux.Session.Name - C++
libtmux::Session::name - Swift
Session.name
- Python
0 declared, 0 inherited