MCPcopy
hub / github.com/gliderlabs/ssh / Pty

Method Pty

session.go:70–70  ·  view source on GitHub ↗

Pty returns PTY information, a channel of window size changes, and a boolean of whether or not a PTY was accepted for this session.

()

Source from the content-addressed store, hash-verified

68 // Pty returns PTY information, a channel of window size changes, and a boolean
69 // of whether or not a PTY was accepted for this session.
70 Pty() (Pty, <-chan Window, bool)
71
72 // Signals registers a channel to receive signals sent from the client. The
73 // channel must handle signal sends or it will block the SSH request loop.

Callers 5

TestPtyFunction · 0.65
TestPtyResizeFunction · 0.65
mainFunction · 0.65
dockerRunFunction · 0.65
mainFunction · 0.65

Implementers 1

sessionsession.go

Calls

no outgoing calls

Tested by 2

TestPtyFunction · 0.52
TestPtyResizeFunction · 0.52