Packages

A terminal-UI kit for Gleam: styled text, boxes, semantic messages, icons, and aligned/grouped output (Erlang + JavaScript)

Current section

Files

Jump to
spruce include spruce@box_BorderChars.hrl
Raw

include/spruce@box_BorderChars.hrl

-record(border_chars, {
top_left :: binary(),
top :: binary(),
top_right :: binary(),
right :: binary(),
bottom_right :: binary(),
bottom :: binary(),
bottom_left :: binary(),
left :: binary()
}).