Sign in
chromium
/
external
/
github.com
/
mattn
/
go-tty
/
refs/heads/renovate/github.com-mattn-go-runewidth-0.x
/
.
/
tty_linux.go
blob: 1b9e8cef683e43c4322a3418c2c63c8a1836cd3b [
file
] [
log
] [
blame
] [
edit
]
// +build linux
package tty
const (
ioctlReadTermios = 0x5401
// syscall.TCGETS
ioctlWriteTermios = 0x5402
// syscall.TCSETS
)