From 58f5779f2b14d647175f78db25b8ee6d6c4e117f Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 15 Oct 2024 13:52:40 -0700 Subject: [PATCH] fix: lint issues --- driver.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver.go b/driver.go index e3feef8531..2482da4c8a 100644 --- a/driver.go +++ b/driver.go @@ -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