Terminal text layout helpers.
Summary
Types
@type line() :: IO.chardata()
Functions
@spec background_line( IO.chardata(), pos_integer(), Vibe.Terminal.Theme.t(), atom(), keyword() ) :: line()
@spec fit_line(IO.chardata(), pos_integer()) :: line()
@spec fit_line(IO.chardata(), pos_integer(), keyword()) :: line()
@spec join_sides(IO.chardata(), IO.chardata(), pos_integer()) :: line()
@spec pad_line(IO.chardata(), non_neg_integer()) :: line()
@spec repeat(IO.chardata(), integer()) :: IO.chardata()
@spec wrap(IO.chardata(), pos_integer()) :: [line()]