erase

terminus.Erase.erase
object erase

Attributes

Source
Erase.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
erase.type

Members list

Value members

Concrete methods

def down(): Erase ?=> Unit

Erase from current cursor position to the end of the screen.

Erase from current cursor position to the end of the screen.

Attributes

Source
Erase.scala
def line(): Erase ?=> Unit

Erase the current line.

Erase the current line.

Attributes

Source
Erase.scala
def screen(): Erase ?=> Unit

Erase the entire screen and move the cursor to the top-left.

Erase the entire screen and move the cursor to the top-left.

Attributes

Source
Erase.scala
def up(): Erase ?=> Unit

Erase from current cursor position to the start of the screen.

Erase from current cursor position to the start of the screen.

Attributes

Source
Erase.scala