Current section
Files
Jump to
Current section
Files
include/the_stars@styles_Style.hrl
-record(style, {
foreground :: the_stars@color:color(),
background :: the_stars@color:color(),
bold :: boolean(),
dim :: boolean(),
italic :: boolean(),
underline :: boolean(),
blink :: boolean(),
invert :: boolean(),
strikethrough :: boolean()
}).