mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Start work on grapheme segmentation algorithm
This commit is contained in:
3
tools/wcswidth/grapheme-segmentation-data.go
generated
3
tools/wcswidth/grapheme-segmentation-data.go
generated
@@ -3,7 +3,8 @@ package wcswidth
|
||||
type GraphemeBreakProperty uint8
|
||||
|
||||
const (
|
||||
GBP_None GraphemeBreakProperty = iota
|
||||
GBP_AtStart GraphemeBreakProperty = iota
|
||||
GBP_None
|
||||
GBP_Prepend
|
||||
GBP_CR
|
||||
GBP_LF
|
||||
|
||||
Reference in New Issue
Block a user