Merge branch 'uucode-update' into vs-correctness

pull/9679/head
Jacob Sandlund 2025-11-23 22:56:15 -05:00
commit 55c1cb3aad
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fn computeWidth(
// returning the width of a code point in a grapheme cluster but with the
// exception to treat emoji modifiers as width 2 so they can be displayed
// in isolation. PRs immediately to follow will take advantage of the new
// uucode `wcwidt_standalone` vs `wcwidth_zero_in_grapheme` split.
// uucode `wcwidth_standalone` vs `wcwidth_zero_in_grapheme` split.
if (data.wcwidth_zero_in_grapheme and !data.is_emoji_modifier) {
data.width = 0;
} else {