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

Method BottomLeft

box.go:141–144  ·  view source on GitHub ↗

BottomLeft sets the glyph used in the lower-left corner.

(glyph string)

Source from the content-addressed store, hash-verified

139
140// BottomLeft sets the glyph used in the lower-left corner.
141func (b *Box) BottomLeft(glyph string) *Box {
142 b.bottomLeft = glyph
143 return b
144}
145
146// Horizontal sets the glyph used for the horizontal edges.
147func (b *Box) Horizontal(glyph string) *Box {

Callers 6

StyleMethod · 0.95
TestBoxCopyFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls