Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TmuxClient ¶
type TmuxClient struct { // for usage with tmux command list-clients SessionID string SessionName string PID uint SessionWindows uint ClientPID uint ClientTermname string ClientName string ClientTTY string ClientUTF8 bool ClientWidth uint ClientHeight uint ClientCellWidth uint ClientCellHeight uint }
func (*TmuxClient) Args ¶
func (p *TmuxClient) Args() []string
type TmuxInfo ¶
type TmuxInfo struct {
// contains filtered or unexported fields
}
func (*TmuxInfo) ClientPIDOfPane ¶
type TmuxPane ¶
type TmuxPane struct { // for usage with tmux command list-panes PaneWidth uint PaneHeight uint PaneLeft uint // PaneRight uint PaneTop uint // PaneBottom uint PaneID string PaneIndex uint PanePID string PaneTTY string // PanePipe bool // PaneCurrentCommand string // AlternateOn bool // OriginFlag bool WindowID string WindowIndex uint // WindowName string SessionID string // SessionName string PID uint // server pid }
Click to show internal directories.
Click to hide internal directories.