MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetSize

Method SetSize

internal/tui/settings.go:52–55  ·  view source on GitHub ↗

SetSize sets the overlay dimensions.

(width, height int)

Source from the content-addressed store, hash-verified

50
51// SetSize sets the overlay dimensions.
52func (s *SettingsOverlay) SetSize(width, height int) {
53 s.width = width
54 s.height = height
55}
56
57// LoadFromConfig populates settings items from a config.
58func (s *SettingsOverlay) LoadFromConfig(cfg *config.Config) {

Calls

no outgoing calls