I have found that this library use inner tb_wcswidth to determine grapheme width. This is not valid. For example, 👩👩👧 is mostly only 2 col width in modern terminal, but tb_wcswidth generate 6.
May be you can disable the width checking for grapheme? or just provide a mostly right one?
I have found that this library use inner
tb_wcswidthto determine grapheme width. This is not valid. For example, 👩👩👧 is mostly only 2 col width in modern terminal, but tb_wcswidth generate 6.May be you can disable the width checking for grapheme? or just provide a mostly right one?