Cursor

terminus.effect.Cursor
trait Cursor extends Writer

Functionality for manipulating the terminal's cursor.

Attributes

Source
Cursor.scala
Graph
Supertypes
trait Writer
trait Effect
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

object cursor

Attributes

Source
Cursor.scala
Supertypes
class Object
trait Matchable
class Any
Self type
cursor.type

Value members

Inherited and Abstract methods

def flush(): Unit

Flush the current output, causing it to be shown on the console.

Flush the current output, causing it to be shown on the console.

Attributes

Inherited from:
Writer
Source
Writer.scala

Write a string to the console.

Write a string to the console.

Attributes

Inherited from:
Writer
Source
Writer.scala
def write(char: Char): Unit

Write a character to the console.

Write a character to the console.

Attributes

Inherited from:
Writer
Source
Writer.scala