Skip to main content

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()
}).