1
0
forked from lug/matterbridge

Update vendor shazow/ssh-chat (#1029)

This commit is contained in:
Wim
2020-03-08 23:55:09 +01:00
committed by GitHub
parent 9785edd263
commit 6b4b19194e
7 changed files with 35 additions and 7 deletions

View File

@@ -4,12 +4,13 @@
// +build solaris
package terminal // import "golang.org/x/crypto/ssh/terminal"
package terminal
import (
"golang.org/x/sys/unix"
"io"
"syscall"
"golang.org/x/sys/unix"
)
// State contains the state of a terminal.