Skip to content

Commit 7d8f197

Browse files
authored
Merge pull request #55 from thaJeztah/rm_deprecated_termios
remove deprecated Termios type alias
2 parents 1da7a13 + 68b223d commit 7d8f197

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

termios_unix.go

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

10-
// Termios is the Unix API for terminal I/O.
11-
//
12-
// Deprecated: use [unix.Termios].
13-
type Termios = unix.Termios
14-
1510
func makeRaw(fd uintptr) (*State, error) {
1611
termios, err := tcget(fd)
1712
if err != nil {

0 commit comments

Comments
 (0)