We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$self->clearScreen
$self
clearScreen
Clear the screen.
$self->clearToBeginningOfLine
clearToBeginningOfLine
Clear the current line from the beginning to the current cursor position, inclusive.
$self->clearToEndOfLine
clearToEndOfLine
Clear the current line from the current cursor position to the end, inclusive.