ctrl

scribe.ANSI.ctrl
object ctrl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ctrl.type

Members list

Value members

Concrete methods

def Backspace(characters: Int): String
def ClearScreen: String
def CursorBack(characters: Int): String
def CursorDown(lines: Int): String
def CursorForward(characters: Int): String
def CursorMove(row: Int, column: Int): String
def CursorUp(rows: Int): String
def EraseLine: String
def FormFeed: String
def NewLine: String
def Reset: String
def Tab: String

Concrete fields

lazy val RestorePosition: String
lazy val Return: String
lazy val SavePosition: String