TermOx
|
Defines which border walls are enabled and how they are displayed. More...
#include <bordered.hpp>
Public Types | |
using | Wall = std::optional< Glyph > |
Public Attributes | |
Wall | north |
Wall | south |
Wall | east |
Wall | west |
Glyph | nw_corner |
Glyph | ne_corner |
Glyph | sw_corner |
Glyph | se_corner |
Defines which border walls are enabled and how they are displayed.
Corners are only enabled if the two adjoining walls are enabled.