mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
...
This commit is contained in:
40
tools/wcswidth/char-props-data.go
generated
40
tools/wcswidth/char-props-data.go
generated
@@ -1,32 +1,30 @@
|
||||
package wcswidth
|
||||
|
||||
|
||||
type GraphemeBreakProperty uint8
|
||||
|
||||
const (
|
||||
GBP_AtStart GraphemeBreakProperty = iota
|
||||
GBP_None
|
||||
GBP_Prepend
|
||||
GBP_CR
|
||||
GBP_LF
|
||||
GBP_Control
|
||||
GBP_Extend
|
||||
GBP_Regional_Indicator
|
||||
GBP_SpacingMark
|
||||
GBP_L
|
||||
GBP_V
|
||||
GBP_T
|
||||
GBP_LV
|
||||
GBP_LVT
|
||||
GBP_ZWJ
|
||||
GBP_AtStart GraphemeBreakProperty = iota
|
||||
GBP_None
|
||||
GBP_Prepend
|
||||
GBP_CR
|
||||
GBP_LF
|
||||
GBP_Control
|
||||
GBP_Extend
|
||||
GBP_Regional_Indicator
|
||||
GBP_SpacingMark
|
||||
GBP_L
|
||||
GBP_V
|
||||
GBP_T
|
||||
GBP_LV
|
||||
GBP_LVT
|
||||
GBP_ZWJ
|
||||
)
|
||||
|
||||
type IndicConjunctBreak uint8
|
||||
|
||||
const (
|
||||
ICB_None IndicConjunctBreak = iota
|
||||
ICB_Linker
|
||||
ICB_Consonant
|
||||
ICB_Extend
|
||||
ICB_None IndicConjunctBreak = iota
|
||||
ICB_Linker
|
||||
ICB_Consonant
|
||||
ICB_Extend
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user