AnsiCodes

terminus.effect.AnsiCodes
object AnsiCodes

Attributes

Source
AnsiCodes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AnsiCodes.type

Members list

Type members

Classlikes

object background

Set background color.

Set background color.

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
background.type
object cursor

Codes for manipulating the cursor

Codes for manipulating the cursor

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
cursor.type
object display

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
display.type
object erase

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
erase.type
object foreground

Set foreground color.

Set foreground color.

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
foreground.type
object mode

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
mode.type
object scroll

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
scroll.type

Value members

Concrete methods

Create a CSI escape code. The terminator must be specifed first, followed by zero or more arguments. The arguments will printed semi-colon separated before the terminator.

Create a CSI escape code. The terminator must be specifed first, followed by zero or more arguments. The arguments will printed semi-colon separated before the terminator.

Attributes

Source
AnsiCodes.scala
def sgr(n: String): String

Create a Select Graphic Rendition code, which is a form of CSI code that controls graphics effects.

Create a Select Graphic Rendition code, which is a form of CSI code that controls graphics effects.

Attributes

Source
AnsiCodes.scala

Concrete fields

The Control Sequencer Introducer code, which starts many escape codes. It is ESC[

The Control Sequencer Introducer code, which starts many escape codes. It is ESC[

Attributes

Source
AnsiCodes.scala
val esc: Char

The escape character, which all codes begin with.

The escape character, which all codes begin with.

Attributes

Source
AnsiCodes.scala