Object

fansi

Back

Related Doc: package fansi

Permalink

object Back extends Category

Attrs to set or reset the color of your background

Linear Supertypes
Category, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Back
  2. Category
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Black: EscapeAttr

    Permalink
  5. val Blue: EscapeAttr

    Permalink
  6. val Cyan: EscapeAttr

    Permalink
  7. val DarkGray: EscapeAttr

    Permalink
  8. val Full: IndexedSeq[EscapeAttr]

    Permalink

    Background 256 color Attrs, for those terminals that support it

  9. val Green: EscapeAttr

    Permalink
  10. val LightBlue: EscapeAttr

    Permalink
  11. val LightCyan: EscapeAttr

    Permalink
  12. val LightGray: EscapeAttr

    Permalink
  13. val LightGreen: EscapeAttr

    Permalink
  14. val LightMagenta: EscapeAttr

    Permalink
  15. val LightRed: EscapeAttr

    Permalink
  16. val LightYellow: EscapeAttr

    Permalink
  17. val Magenta: EscapeAttr

    Permalink
  18. val Red: EscapeAttr

    Permalink
  19. val Reset: EscapeAttr

    Permalink
  20. val White: EscapeAttr

    Permalink
  21. val Yellow: EscapeAttr

    Permalink
  22. val all: Vector[EscapeAttr]

    Permalink
    Definition Classes
    BackCategory
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def lookupAttr(applyState: Int): Attr

    Permalink
    Definition Classes
    Category
  32. def makeAttr(s: String, applyValue: Int)(implicit name: Name): EscapeAttr

    Permalink
    Definition Classes
    Category
  33. def makeNoneAttr(applyValue: Int)(implicit name: Name): ResetAttr

    Permalink
    Definition Classes
    Category
  34. def mask: Int

    Permalink
    Definition Classes
    Category
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. val offset: Int

    Permalink
    Definition Classes
    Category
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val width: Int

    Permalink
    Definition Classes
    Category

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped