Merge branch 'fix-unicode-input' of https://github.com/alex-huff/kitty
This commit is contained in:
commit
25e1b052b8
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ func find_matching_codepoints(prefix string) (ans mark_set) {
|
|||
ans.AddItems(marks...)
|
||||
}
|
||||
}
|
||||
if ans == nil {
|
||||
ans = utils.NewSet[uint16](0)
|
||||
}
|
||||
return ans
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue