Documentation
¶
Index ¶
Constants ¶
View Source
const ContinuationUnit = " "
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Res ¶
func Wrap ¶
This is the core wrapper for full content blocks. It streams line-by-line and emits wrapped segments directly into a buffer to avoid building large intermediate slices. When mp is true, it also records how wrapped rows map back to the original logical lines (Sp + Rv). That mapping is required for cursor/selection navigation in the UI, so we keep it optional to avoid extra work when it is not needed.
Click to show internal directories.
Click to hide internal directories.