github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/chain/log/term/terminal_netbsd.go (about)

     1  package term
     2  
     3  import "syscall"
     4  
     5  const ioctlReadTermios = syscall.TIOCGETA
     6  
     7  type Termios syscall.Termios