Vertical sets the glyph used for the vertical edges.
(glyph string)
| 151 | |
| 152 | // Vertical sets the glyph used for the vertical edges. |
| 153 | func (b *Box) Vertical(glyph string) *Box { |
| 154 | b.vertical = glyph |
| 155 | return b |
| 156 | } |
| 157 | |
| 158 | // TitleColor sets the color used for the title text. |
| 159 | // |
no outgoing calls