MCPcopy Create free account
hub / github.com/1buran/rHttp / SetScreenWidth

Method SetScreenWidth

statusbar.go:172–174  ·  view source on GitHub ↗

Set screen width.

(w int)

Source from the content-addressed store, hash-verified

170
171// Set screen width.
172func (s *StatusBar) SetScreenWidth(w int) {
173 s.screenWidth = w
174}
175
176// Get status badge.
177func (s *StatusBar) getStatusBadge(text string) (badge string) {

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected