mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
package term
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
|
|
type Termios syscall.Termios
|