Files
cloudpods/vendor/github.com/pkg/term/termios/termios_const.go
2018-07-27 16:59:26 +08:00

14 lines
147 B
Go

// +build !windows,!solaris
package termios
const (
TCIFLUSH = 0
TCOFLUSH = 1
TCIOFLUSH = 2
TCSANOW = 0
TCSADRAIN = 1
TCSAFLUSH = 2
)