On this page
tmux.SocketSelection
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/socket_selection.go
-
SocketSelection describes the Unix filesystem endpoint selected by a
Server. It does not report whether a server is listening there or whether tmux would accept the named-socket directory's ownership and permissions.
2 declared, 0 inherited
Members
- NamedDirectory attribute NamedDirectory is the directory tmux uses for named and default sockets. It can differ from Path's directory when -S or TMUX selects another path.
- Path attribute Path is the absolute path selected by the frozen socket options, environment, and working directory.