go vendor
This commit is contained in:
9
vendor/github.com/inconshreveable/log15/term/terminal_netbsd.go
generated
vendored
Normal file
9
vendor/github.com/inconshreveable/log15/term/terminal_netbsd.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
package term
|
||||
|
||||
import "syscall"
|
||||
|
||||
const ioctlReadTermios = syscall.TIOCGETA
|
||||
|
||||
// Termios functions describe a general terminal interface that is
|
||||
// provided to control asynchronous communications ports.
|
||||
type Termios syscall.Termios
|
Reference in New Issue
Block a user