()
| 540 | func (p *promptInput) SetHeight(h int) { p.ta.SetHeight(h) } |
| 541 | func (p promptInput) Height() int { return p.ta.Height() } |
| 542 | func (p promptInput) Line() int { return p.ta.Line() } |
| 543 | func (p promptInput) LineCount() int { return p.ta.LineCount() } |
| 544 | func (p *promptInput) CursorEnd() { p.ta.CursorEnd() } |
no outgoing calls