Skip to content

Commit

Permalink
Update fuzzyfinder.go
Browse files Browse the repository at this point in the history
Co-authored-by: ktr <ktr@syfm.me>
  • Loading branch information
tjmtmmnk and ktr0731 authored Dec 13, 2020
1 parent 0b0c964 commit bedd404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzyfinder.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ func (f *finder) find(slice interface{}, itemFunc func(i int) string, opts []Opt
}

// This method avoid tcell bug https://github.com/gdamore/tcell/issues/194
// Aditional EOL event is sent to ensure, consequent events, are correctly handled
// Additional EOL event is sent to ensure, consequent events, are correctly handled.
func sendExtraEventFix() error {
kb, err := keybd_event.NewKeyBonding()
if err != nil {
Expand Down

0 comments on commit bedd404

Please sign in to comment.