Skip to content

Commit c658a26

Browse files
authored
Merge pull request #51 from thaJeztah/rm_deprecated
remove deprecated ErrInvalidState
2 parents 6c1b69f + df4e862 commit c658a26

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

term_unix.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ import (
1111
"golang.org/x/sys/unix"
1212
)
1313

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-
1914
// terminalState holds the platform-specific state / console mode for the terminal.
2015
type terminalState struct {
2116
termios unix.Termios

0 commit comments

Comments
 (0)