mill.internal.AnsiNav
See theAnsiNav companion object
Attributes
- Companion
- object
- Source
- AnsiNav.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
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
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
Attributes
- Source
- AnsiNav.scala
Move down n squares
Move left n squares
Move right n squares
Move up n squares
In this article