AnsiNav

mill.internal.AnsiNav
See theAnsiNav companion object
class AnsiNav(output: Writer)

Attributes

Companion
object
Source
AnsiNav.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clearLine(n: Int): Unit

Clear the current line

Clear the current line

n=0: clear from cursor to end of line n=1: clear from cursor to start of line n=2: clear entire line

Attributes

Source
AnsiNav.scala
def clearScreen(n: Int): Unit

Clear the screen

Clear the screen

n=0: clear from cursor to end of screen n=1: clear from cursor to start of screen n=2: clear entire screen

Attributes

Source
AnsiNav.scala
def control(n: Int, c: Char): Unit

Attributes

Source
AnsiNav.scala
def down(n: Int): Any

Move down n squares

Move down n squares

Attributes

Source
AnsiNav.scala
def left(n: Int): Any

Move left n squares

Move left n squares

Attributes

Source
AnsiNav.scala
def right(n: Int): Any

Move right n squares

Move right n squares

Attributes

Source
AnsiNav.scala
def up(n: Int): Any

Move up n squares

Move up n squares

Attributes

Source
AnsiNav.scala