kitty/tools/cmd/hints
Kovid Goyal e78c398243
Fix offsets incorrect for non-ASCII chars when using custom processing
python gives us offsets in unicode characters. Go uses offsets in utf8
bytes. Translate.
2023-03-10 12:41:56 +05:30
..
main.go Port custom processor for hints 2023-03-10 10:45:37 +05:30
marks.go Fix offsets incorrect for non-ASCII chars when using custom processing 2023-03-10 12:41:56 +05:30
marks_test.go Fix offsets incorrect for non-ASCII chars when using custom processing 2023-03-10 12:41:56 +05:30
url_regex.go Fix generation of url regex for Go 2023-03-09 19:00:56 +05:30