Files
kitty/tools/cmd/hints/marks_test.go
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

3.6 KiB