erase

terminus.effect.AnsiCodes.erase
object erase

Attributes

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

Members list

Value members

Concrete fields

val down: String

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

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

Attributes

Source
AnsiCodes.scala
val line: String

Erase the current line.

Erase the current line.

Attributes

Source
AnsiCodes.scala
val screen: String

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
AnsiCodes.scala
val up: String

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

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

Attributes

Source
AnsiCodes.scala