AnsiNav

ammonite.terminal.AnsiNav
See theAnsiNav companion object
class AnsiNav(output: Writer)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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

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

def control(n: Int, c: Char): Unit
def down(n: Int): Matchable

Move down n squares

Move down n squares

Attributes

def left(n: Int): Matchable

Move left n squares

Move left n squares

Attributes

def right(n: Int): Matchable

Move right n squares

Move right n squares

Attributes

def up(n: Int): Matchable

Move up n squares

Move up n squares

Attributes