kitty/kittens
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
..
ask Allow copying hyperlink URL to clipboard 2020-09-15 13:23:31 +05:30
broadcast Add basic editing support for the broadcast kitten 2020-12-01 17:35:15 +05:30
choose Inline qsort 2021-01-04 14:14:15 +05:30
clipboard more typing work 2020-03-12 08:10:51 +05:30
diff kitten/diff: allow specifying none color for select_fg 2021-01-01 23:25:06 +01:00
hints Better window title when choosing tabs/OS windows 2020-11-21 14:58:08 +05:30
hyperlinked_grep Also handle EOFError 2020-09-25 18:58:03 +05:30
icat Improving MIME type detection for some common file types when they are missing from the system MIME database 2020-10-25 13:42:11 +05:30
key_demo more typing work 2020-03-12 08:10:51 +05:30
panel Properly type check os window initial size function 2020-08-11 09:28:53 +05:30
query_terminal A new kitten to easily query kitty for config values 2020-10-07 13:35:16 +05:30
remote_file Cleanup exit flow control for remote hostname not matching 2020-09-17 16:45:02 +05:30
resize_window more typing work 2020-03-12 08:10:51 +05:30
show_error more typing work 2020-03-12 08:10:51 +05:30
ssh ssh kitten: Fix parsing of combined single letter options to more closely match ssh. Fixes #3053 2020-10-23 16:55:53 +05:30
tui Use find_exe() for resolving editor as well 2020-12-29 11:33:42 +05:30
unicode_input fixes incorrect hint base 2021-01-06 13:07:41 -06:00
__init__.py
runner.py more typing work 2020-03-12 08:10:51 +05:30