Line truncation with omission hints for tool output.
Summary
Types
@type result() :: %Vibe.TUI.TextTruncation{ lines: [IO.chardata()], omitted: non_neg_integer(), truncated?: boolean() }
Functions
@spec hint(non_neg_integer(), Vibe.Terminal.Theme.t(), pos_integer(), keyword()) :: IO.chardata()
@spec lines( [IO.chardata()], keyword() ) :: result()