Skip to content

Commit

Permalink
Use uint16 in winsize_unsupported.go (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 31, 2022
1 parent b135084 commit 7b57fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsize_unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b57fd2

Please sign in to comment.