Skip to main content

Module wrapping

Module wrapping 

Source
Expand description

URL-preserving text wrapping.

Wraps text while keeping URLs as atomic units to preserve terminal link detection.

Functionsยง

calculate_wrapped_height
Calculate wrapped height using Paragraph::line_count.
contains_url
Check if text contains a URL.
wrap_line_preserving_urls
Wrap a line, preserving URLs as atomic units.
wrap_lines_preserving_urls
Wrap multiple lines with URL preservation.