Skip to content

Clear the Screen

Anton Shvetz edited this page Feb 20, 2016 · 2 revisions
  • $self->clearScreen

    Clear the screen.

  • $self->clearToBeginningOfLine

    Clear the current line from the beginning to the current cursor position, inclusive.

  • $self->clearToEndOfLine

    Clear the current line from the current cursor position to the end, inclusive.

Clone this wiki locally