mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Micro-optimization
This commit is contained in:
@@ -119,7 +119,6 @@ func (self *Loop) handle_csi(raw []byte) (err error) {
|
||||
return self.OnFocusChange(csi == "I")
|
||||
}
|
||||
return nil
|
||||
|
||||
}
|
||||
ke := KeyEventFromCSI(csi)
|
||||
if ke != nil {
|
||||
|
||||
Reference in New Issue
Block a user