MCPcopy Index your code
hub / github.com/codehamr/codehamr / SetWidth

Method SetWidth

internal/tui/prompt.go:539–539  ·  view source on GitHub ↗
(w int)

Source from the content-addressed store, hash-verified

537}
538
539func (p *promptInput) SetWidth(w int) { p.ta.SetWidth(w) }
540func (p *promptInput) SetHeight(h int) { p.ta.SetHeight(h) }
541func (p promptInput) Height() int { return p.ta.Height() }
542func (p promptInput) Line() int { return p.ta.Line() }

Callers 4

handleWindowSizeMethod · 0.80
newPromptInputFunction · 0.80
newChippablePromptFunction · 0.80

Calls

no outgoing calls

Tested by 2

newChippablePromptFunction · 0.64