MCPcopy Index your code
hub / github.com/box-cli-maker/box-cli-maker / Vertical

Method Vertical

box.go:153–156  ·  view source on GitHub ↗

Vertical sets the glyph used for the vertical edges.

(glyph string)

Source from the content-addressed store, hash-verified

151
152// Vertical sets the glyph used for the vertical edges.
153func (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//

Callers 5

TestBoxCopyFunction · 0.80
StyleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls