go vendor
This commit is contained in:
7
vendor/github.com/revel/log15/term/terminal_openbsd.go
generated
vendored
Normal file
7
vendor/github.com/revel/log15/term/terminal_openbsd.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package term
|
||||
|
||||
import "syscall"
|
||||
|
||||
const ioctlReadTermios = syscall.TIOCGETA
|
||||
|
||||
type Termios syscall.Termios
|
||||
Reference in New Issue
Block a user