tmux.Server.SessionByName
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/lookup.go
-
SessionByName performs a live lookup of the session tmux knows by name and returns a newly materialized record. A name no session holds reports
ErrNotFound.tmux keeps session names unique, so a name identifies one session for as long as it keeps it. A
SessionIDdoes not change, which is why the records this package hands back carry one andServer.Sessiontakes one; a name is what a person types and what a workspace file records.
0 declared, 0 inherited