mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 08:48:21 +00:00
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…
Add table
Add a link
Reference in a new issue