Vibe.TUI.Lines (vibe v0.2.0)

Copy Markdown View Source

Line list manipulation helpers for TUI rendering.

Summary

Functions

Intentional facade for the public Vibe API boundary.

Intentional facade for the public Vibe API boundary.

Types

line()

@type line() :: IO.chardata()

Functions

append(lines, line)

@spec append([line()], line()) :: [line()]

Intentional facade for the public Vibe API boundary.

append_if(lines, bool, line)

@spec append_if([line()], boolean(), line()) :: [line()]

join(left, right)

@spec join([line()], [line()]) :: [line()]

Intentional facade for the public Vibe API boundary.