kitty/kittens/unicode_input
purxiz 85afda8832 fixes incorrect hint base
The bases for the hint were being decoded as base 16, despite being displayed as base 36 (0-9, a-z). This fix makes it so typing 'search string .index' returns the unicode char at the expected index, based on what is displayed by the program.

It also slightly changes the behavior. Before, only the selected result would appear. For example, musical note `musical note .18` would only show a single result, since there was only a single result at index 18. Now, searching by index doesn't remove codepoints/results, it simply highlights the result at the correct index for you.
2021-01-06 13:07:41 -06:00
..
__init__.py Start work on unicode input kitten 2018-02-08 11:00:57 +05:30
main.py fixes incorrect hint base 2021-01-06 13:07:41 -06:00
names.h Unicode input kitten: Add symbols from NERD font 2020-09-22 19:47:39 +05:30
unicode_names.c Fix character names for control characters not being read from unicode database 2018-05-01 10:13:58 +05:30
unicode_names.pyi More typing work 2020-03-03 20:18:24 +05:30