MCPcopy Create free account
hub / github.com/box-cli-maker/box-cli-maker / BottomRight

Method BottomRight

box.go:135–138  ·  view source on GitHub ↗

BottomRight sets the glyph used in the lower-right corner.

(glyph string)

Source from the content-addressed store, hash-verified

133
134// BottomRight sets the glyph used in the lower-right corner.
135func (b *Box) BottomRight(glyph string) *Box {
136 b.bottomRight = glyph
137 return b
138}
139
140// BottomLeft sets the glyph used in the lower-left corner.
141func (b *Box) BottomLeft(glyph string) *Box {

Callers 6

TestBoxCopyFunction · 0.80
StyleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls