MCPcopy Create free account
hub / github.com/charmbracelet/bubbletea / width

Method width

examples/cellbuffer/main.go:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (c cellbuffer) width() int {
103 return c.stride
104}
105
106func (c cellbuffer) height() int {
107 h := len(c.cells) / c.stride

Callers 1

setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected