TextMap

tui.view.TextMap
See theTextMap companion class
object TextMap

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TextMap.type

Members list

Value members

Concrete methods

def diff(oldMap: TextMap, newMap: TextMap): String
def moveCursor(x: Int, y: Int): String
def moveDown(n: Int): String
def moveLeft(n: Int): String
def moveRight(n: Int): String
def moveUp(n: Int): String
def ofDim(width: Int, height: Int, empty: String): TextMap

Concrete fields

lazy val ec: EscapeCodes