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

Method SetHeight

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

Source from the content-addressed store, hash-verified

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() }
543func (p promptInput) LineCount() int { return p.ta.LineCount() }

Callers 5

newPromptInputFunction · 0.80
newChippablePromptFunction · 0.80
recomputeLayoutMethod · 0.80
preGrowTextareaMethod · 0.80

Calls

no outgoing calls

Tested by 2

newChippablePromptFunction · 0.64