Features
- Support measuring column width of grapheme extenders like
'π π ₯π °'
(1ec718b) - Support measuring column width of composed hangul syllables like
'αα §α΄'
(a182f2e) - Remove NFC Unicode string normalization from the
charWidths
,stringLength
,stringWidth
, andwordWrap
methods (e4db023) - Support 8 or 24 bit color ANSI escape sequences with missing parameters like
ESC[38;2;150m
(545008b)