Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@platform@opentui@attribute_BorderCharacters.hrl
Raw

include/agnostic@platform@opentui@attribute_BorderCharacters.hrl

-record(border_characters, {
top_left :: binary(),
top_right :: binary(),
bottom_left :: binary(),
bottom_right :: binary(),
horizontal :: binary(),
vertical :: binary(),
top_t :: binary(),
bottom_t :: binary(),
left_t :: binary(),
right_t :: binary(),
cross :: binary()
}).