Packages

object AnsiColor extends AnsiColor

Source
AnsiColor.scala
Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. AnsiColor
  2. AnsiColor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

ANSI Style and Control Codes

  1. final val BLINK: String("\u001B[5m")

    ANSI blink

    ANSI blink

    Definition Classes
    AnsiColor
  2. final val BOLD: String("\u001B[1m")

    ANSI bold

    ANSI bold

    Definition Classes
    AnsiColor
  3. final val INVISIBLE: String("\u001B[8m")

    ANSI invisible

    ANSI invisible

    Definition Classes
    AnsiColor
  4. final val RESET: String("\u001B[0m")

    Reset ANSI styles

    Reset ANSI styles

    Definition Classes
    AnsiColor
  5. final val REVERSED: String("\u001B[7m")

    ANSI reversed

    ANSI reversed

    Definition Classes
    AnsiColor
  6. final val UNDERLINED: String("\u001B[4m")

    ANSI underlines

    ANSI underlines

    Definition Classes
    AnsiColor

ANSI Black

 

  1. final val BLACK: String("\u001B[30m")

    Foreground color for ANSI black

    Foreground color for ANSI black

    Definition Classes
    AnsiColor
  2. final val BLACK_B: String("\u001B[40m")

    Background color for ANSI black

    Background color for ANSI black

    Definition Classes
    AnsiColor

ANSI Red

 

  1. final val RED: String("\u001B[31m")

    Foreground color for ANSI red

    Foreground color for ANSI red

    Definition Classes
    AnsiColor
  2. final val RED_B: String("\u001B[41m")

    Background color for ANSI red

    Background color for ANSI red

    Definition Classes
    AnsiColor

ANSI Green

 

  1. final val GREEN: String("\u001B[32m")

    Foreground color for ANSI green

    Foreground color for ANSI green

    Definition Classes
    AnsiColor
  2. final val GREEN_B: String("\u001B[42m")

    Background color for ANSI green

    Background color for ANSI green

    Definition Classes
    AnsiColor

ANSI Yellow

 

  1. final val YELLOW: String("\u001B[33m")

    Foreground color for ANSI yellow

    Foreground color for ANSI yellow

    Definition Classes
    AnsiColor
  2. final val YELLOW_B: String("\u001B[43m")

    Background color for ANSI yellow

    Background color for ANSI yellow

    Definition Classes
    AnsiColor

ANSI Blue

 

  1. final val BLUE: String("\u001B[34m")

    Foreground color for ANSI blue

    Foreground color for ANSI blue

    Definition Classes
    AnsiColor
  2. final val BLUE_B: String("\u001B[44m")

    Background color for ANSI blue

    Background color for ANSI blue

    Definition Classes
    AnsiColor

ANSI Magenta

 

  1. final val MAGENTA: String("\u001B[35m")

    Foreground color for ANSI magenta

    Foreground color for ANSI magenta

    Definition Classes
    AnsiColor
  2. final val MAGENTA_B: String("\u001B[45m")

    Background color for ANSI magenta

    Background color for ANSI magenta

    Definition Classes
    AnsiColor

ANSI Cyan

 

  1. final val CYAN: String("\u001B[36m")

    Foreground color for ANSI cyan

    Foreground color for ANSI cyan

    Definition Classes
    AnsiColor
  2. final val CYAN_B: String("\u001B[46m")

    Background color for ANSI cyan

    Background color for ANSI cyan

    Definition Classes
    AnsiColor

ANSI White

 

  1. final val WHITE: String("\u001B[37m")

    Foreground color for ANSI white

    Foreground color for ANSI white

    Definition Classes
    AnsiColor
  2. final val WHITE_B: String("\u001B[47m")

    Background color for ANSI white

    Background color for ANSI white

    Definition Classes
    AnsiColor