We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593226 commit 30ec06dCopy full SHA for 30ec06d
_examples/ssh-pty/pty.go
@@ -10,7 +10,7 @@ import (
10
"unsafe"
11
12
"github.com/gliderlabs/ssh"
13
- "github.com/kr/pty"
+ "github.com/creack/pty"
14
)
15
16
func setWinsize(f *os.File, w, h int) {
0 commit comments