bump vendor to have latest console with patches

Signed-off-by: Daniel Dao <dqminh89@gmail.com>
This commit is contained in:
Daniel Dao
2017-07-12 13:56:59 +01:00
parent 91eafcbc65
commit 1439022b60
33 changed files with 3188 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ type Console interface {
Size() (WinSize, error)
// Fd returns the console's file descriptor
Fd() uintptr
// Name returns the console's file name
Name() string
}
// WinSize specifies the window size of the console