()
| 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() } |