- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- Python TypeScript GoJava.NETC++Swift
-
Return the session name.
Names are byte-preserving: tmux permits bytes that are not valid UTF-8, so this is
TmuxTextrather thanstr.In other ports A session's name
- Python
libtmux.Session.name - TypeScript no accessor; the field is read from
Session.format, tmux's own row - Go
tmux.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