On this page
LibTmux.Internal.TmuxServerLocation
- Module
- LibTmux.Internal
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironment.cs
-
Where the
TMUXvariable says a server is.tmux exports
TMUXinto every pane it spawns as"<socket-path>,<server-pid>,<session-id>". Only the socket path stays true for the pane's lifetime: the pid and session id are frozen at spawn, and the session id goes stale as soon as the pane's window moves between sessions.
0 declared, 0 inherited