We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99aa98 commit 68b223dCopy full SHA for 68b223d
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