Use termios via CGO

Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
This commit is contained in:
Yohei Ueda 2014-11-21 22:12:03 +09:00
parent bfe8d7af74
commit 92251ceb7b
6 changed files with 75 additions and 6 deletions

View file

@ -1,3 +1,5 @@
// +build !cgo
package term
import (