We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c1b69f + df4e862 commit c658a26Copy full SHA for c658a26
1 file changed
term_unix.go
@@ -11,11 +11,6 @@ import (
11
"golang.org/x/sys/unix"
12
)
13
14
-// ErrInvalidState is returned if the state of the terminal is invalid.
15
-//
16
-// Deprecated: ErrInvalidState is no longer used.
17
-var ErrInvalidState = errors.New("Invalid terminal state")
18
-
19
// terminalState holds the platform-specific state / console mode for the terminal.
20
type terminalState struct {
21
termios unix.Termios
0 commit comments