(w int)
| 537 | } |
| 538 | |
| 539 | func (p *promptInput) SetWidth(w int) { p.ta.SetWidth(w) } |
| 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() } |
no outgoing calls