TermOx
Public Types | Public Attributes | List of all members
ox::Border Struct Reference

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
 

Detailed Description

Defines which border walls are enabled and how they are displayed.

Corners are only enabled if the two adjoining walls are enabled.


The documentation for this struct was generated from the following file: