Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
func
(c cellbuffer) width() int {
103
return
c.stride
104
}
105
106
func
(c cellbuffer) height() int {
107
h := len(c.cells) / c.stride
Callers
1
set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected