Expand description
Text view utilities for scrollable, wrapped display.
The view precomputes “virtual lines” produced by wrapping so callers can perform deterministic viewport math (scroll by line/page, map source lines to wrapped lines, and compute visible ranges) without duplicating logic.