mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
More linter fixes
This commit is contained in:
@@ -273,7 +273,7 @@ func (self *Loop) Run() (err error) {
|
||||
defer term.RestoreAndClose()
|
||||
fmt.Println("Press any key to exit.\r")
|
||||
buf := make([]byte, 16)
|
||||
term.Read(buf)
|
||||
_, _ = term.Read(buf)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user