Skip to content

@jsvision/core / WidthMode

Type Alias: WidthMode

WidthMode = "wcwidth" | "ambiguous-wide"

Defined in: render/width.ts:18

Width-resolution mode. 'ambiguous-wide' renders the East-Asian Ambiguous range as width 2, which matches how CJK-context terminals lay it out; 'wcwidth' treats it as width 1.