Skip to content

Commit 68b223d

Browse files
committed
remove deprecated Termios type alias
This was deprecated in 80ddd80 (v0.5.0). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c99aa98 commit 68b223d

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)