Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 15, 2024
1 parent d61763d commit 58f5779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
// control key state to determine modifier key changes. It also keeps track of
// the last mouse button state and window size changes to determine which mouse
// buttons were released and to prevent multiple size events from firing.
//
//nolint:unused
type win32InputState struct {
ansiBuf [256]byte
ansiIdx int
Expand Down

0 comments on commit 58f5779

Please sign in to comment.