Skip to content

Commit

Permalink
doc: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 25, 2023
1 parent 3c49ba9 commit ae23b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsize_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package pty

// Winsize is used to set the size of a terminal.
// Winsize represents the terminal window size.
type Winsize struct {
Row uint16
Col uint16
Expand Down

0 comments on commit ae23b58

Please sign in to comment.