pub const UTF8_SOLID_INNER_BORDERS: &str = " │─ ";
Expand description
A modifier, that when applied will convert the inner borders to solid lines.
╭───────┬───────╮
│ Hello │ there │
╞═══════╪═══════╡
│ a │ b │
├───────┼───────┤
│ c │ d │
╰───────┴───────╯