github.com/turingchain2020/turingchain@v1.1.21/common/log/log15/term/terminal_netbsd.go (about) 1 // Copyright Turing Corp. 2018 All Rights Reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package term 6 7 import "syscall" 8 9 const ioctlReadTermios = syscall.TIOCGETA 10 11 // Termios functions describe a general terminal interface that is 12 // provided to control asynchronous communications ports. 13 type Termios syscall.Termios