kitty/tools/wcswidth
Kovid Goyal 057dde35a7
Use a two stage lookup table for segmentation
Saves one extra array lookup at no cost in size
2025-04-01 14:25:24 +05:30
..
char-props-data.go Use a two stage lookup table for segmentation 2025-04-01 14:25:24 +05:30
char-props.go Use a branchless check for unicode range 2025-04-01 12:32:17 +05:30
char-props_test.go Nicer way to include grapheme test data in Go tests 2025-03-27 03:20:27 +05:30
escape-code-parser.go More linter fixes 2023-09-22 12:20:37 +05:30
escape-code-parser_test.go Also parse negative numbers in CSI 2023-03-29 15:12:22 +05:30
iter.go Bump go version to 1.21 2023-08-09 11:58:16 +05:30
truncate.go
wcswidth.go Decrease allocs when wrapping 2023-03-27 07:53:54 +05:30
wcswidth_test.go