Micro-optimization

This commit is contained in:
Kovid Goyal
2025-07-12 09:22:27 +05:30
parent 06afce07ac
commit d22244d135
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {