mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 20:16:30 +00:00
9 lines
107 B
Go
9 lines
107 B
Go
|
|
||
|
package logrus
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
const ioctlReadTermios = syscall.TIOCGETA
|
||
|
|
||
|
type Termios syscall.Termios
|