EscapeAttr

case class EscapeAttr extends Attr

An Attr represented by an fansi escape sequence

trait Serializable
trait Product
trait Equals
trait Attr
trait Attrs
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def ++(other: Attrs): Attrs

Combine this fansi.Attr with one or more other fansi.Attrs so they can be passed around together

Combine this fansi.Attr with one or more other fansi.Attrs so they can be passed around together

Inherited from:
Attr
def apply(s: Str): Str

Apply these Attrs to the given fansi.Str, making it take effect across the entire length of that string.

Apply these Attrs to the given fansi.Str, making it take effect across the entire length of that string.

Inherited from:
Attrs
def attrs: Seq[Attr]
Inherited from:
Attr
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def transform(state: State): Long

Apply the current Attrs to the Str.State integer, modifying it to represent the state after all changes have taken effect

Apply the current Attrs to the Str.State integer, modifying it to represent the state after all changes have taken effect

Inherited from:
Attrs

Concrete fields

val escapeOpt: Option[String]
val name: String