Skip to main content

Module view

Module view 

Source
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.

Structs§

TextView
A scrollable, wrapped view over a text buffer.
ViewLine
A single wrapped (virtual) line in the view.
Viewport
Viewport size in terminal cells.