std.utf
set_ts_width_mode(mode) -> ok, err
mode
ok
err
Set the text sizing width calculation mode
Accepts "combined" (scale × explicit width) or "w_only" (explicit width only). Returns nil and an error for any other value.
"combined"
"w_only"