std.utf.cell_height

std.utf

cell_height(str) -> height

Return the cell height of a string, accounting for text sizing

Calculates the cell height of a string that may contain Kitty text sizing (OSC 66) sequences. Delegates to std.core.cell_height when available, otherwise falls back to a pure-Lua implementation.