Clear is a Wrapper function that clears the content of the Area moves the cursor to the bottom of the terminal, clears n lines upwards from the current position and moves the cursor again.
()
| 135 | // moves the cursor to the bottom of the terminal, clears n lines upwards from |
| 136 | // the current position and moves the cursor again. |
| 137 | func (p *AreaPrinter) Clear() { |
| 138 | p.area.Clear() |
| 139 | } |
no outgoing calls