mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -781,7 +781,7 @@ class GraphemeSegmentationState(NamedTuple):
|
|||||||
):
|
):
|
||||||
add_to_cell = True
|
add_to_cell = True
|
||||||
# No break before: extending characters or ZWJ (GB9), SpacingMarks (GB9a), Prepend characters (GB9b).
|
# No break before: extending characters or ZWJ (GB9), SpacingMarks (GB9a), Prepend characters (GB9b).
|
||||||
elif prop in ('Extend', 'ZWJ', 'SpacingMark') or prev in 'Prepend':
|
elif prop in ('Extend', 'ZWJ', 'SpacingMark') or prev == 'Prepend':
|
||||||
add_to_cell = True
|
add_to_cell = True
|
||||||
# No break within certain combinations of Indic_Conjunct_Break values
|
# No break within certain combinations of Indic_Conjunct_Break values
|
||||||
# Between consonant {extend|linker}* linker {extend|linker}* and consonant (GB9c).
|
# Between consonant {extend|linker}* linker {extend|linker}* and consonant (GB9c).
|
||||||
|
|||||||
Reference in New Issue
Block a user