We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1da7a13 + 68b223d commit 7d8f197Copy full SHA for 7d8f197
1 file changed
termios_unix.go
@@ -7,11 +7,6 @@ import (
7
"golang.org/x/sys/unix"
8
)
9
10
-// Termios is the Unix API for terminal I/O.
11
-//
12
-// Deprecated: use [unix.Termios].
13
-type Termios = unix.Termios
14
-
15
func makeRaw(fd uintptr) (*State, error) {
16
termios, err := tcget(fd)
17
if err != nil {
0 commit comments