terminal: openbsd Termios

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts
2015-01-06 08:44:32 -05:00
parent d2f9ffa1d9
commit 97e951044c
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios