Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
go-ethereum
Watch
0
Star
0
Fork
1
Files
Issues
9
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
go-ethereum
/
log
/
term
/
terminal_openbsd.go
terminal_openbsd.go
104 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
package term
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios