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

Method Height

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

Source from the content-addressed store, hash-verified

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() }
544func (p *promptInput) CursorEnd() { p.ta.CursorEnd() }

Calls

no outgoing calls