Terminal

cue4s.Terminal
See theTerminal companion object
trait Terminal

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Abstract methods

def cursorHide(): this.type
def cursorShow(): this.type
def eraseEntireLine(): this.type
def eraseEntireScreen(): this.type
def eraseToBeginningOfLine(): this.type
def eraseToBeginningOfScreen(): this.type
def eraseToEndOfLine(): this.type
def eraseToEndOfScreen(): this.type
def moveBack(n: Int): this.type
def moveDown(n: Int): this.type
def moveForward(n: Int): this.type
def moveHorizontalTo(column: Int): this.type
def moveNextLine(n: Int): this.type
def movePreviousLine(n: Int): this.type
def moveToPosition(row: Int, column: Int): this.type
def moveUp(n: Int): this.type
def restore(): this.type
def save(): this.type
def screenClear(): this.type

Concrete methods

inline def withRestore[A](inline f: => A): Terminal & Terminal