Refactor pkg/term package for Windows tty support

Signed-off-by: John Gossman <johngos@microsoft.com>
This commit is contained in:
John Gossman 2014-10-23 16:44:57 -07:00 committed by Ahmet Alp Balkan
parent d246e5f28e
commit 2d644f8ab1
3 changed files with 178 additions and 0 deletions

View file

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