You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fills the gap of allocating a real PTY when a session asks for one.
It uses [go-pty](https://github.com/aymanbagabas/go-pty) to support PTYs
for both Unix and Windows OSs. It also adds two new PtyCallback options,
`AllocatePty` opens a new PTY for the session when requested.
`EmulatePty` preserves the current behavior of the library.
Signed-off-by: Ayman Bagabas <[email protected]>
0 commit comments