Use uint16 in winsize_unsupported.go (#136)

This commit is contained in:
Ryo Ota
2022-01-31 22:29:29 +09:00
committed by GitHub
parent b135084511
commit 7b57fd2675

View File

@@ -9,7 +9,7 @@ import (
// Winsize is a dummy struct to enable compilation on unsupported platforms.
type Winsize struct {
Rows, Cols, X, Y uint
Rows, Cols, X, Y uint16
}
// Setsize resizes t to s.