kitty/kittens/unicode_input
Kovid Goyal 0b99bb534f
Unicode input: When searching by name search for prefix matches as well as whole word matches
So now hori matches both "hori" and "horizontal". Switched to a
prefix-trie internally.
2018-04-24 07:45:20 +05:30
..
__init__.py Start work on unicode input kitten 2018-02-08 11:00:57 +05:30
main.py Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30
names.h Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30
unicode_names.c Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30