caseapp.core.util.fansi.Attrs
See theAttrs companion object
Represents one or more fansi.Attr s, that can be passed around as a set or combined with other sets of fansi.Attr s.
Note that a single Attr is a subclass of Attrs . If you want to know if this contains multiple Attr s, you should check for Attrs.Multiple .
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Matchable
class Any
Known subtypes
Members list
Combine this fansi.Attrs with other fansi.Attrs s, returning one which when applied is equivalent to applying this one and then the other
one in series.
Combine this fansi.Attrs with other fansi.Attrs s, returning one which when applied is equivalent to applying this one and then the other
one in series.
Attributes
Which bits of the Str.State integer these Attrs will set to 1
when it is applied
Which bits of the Str.State integer these Attrs will set to 1
when it is applied
Attributes
Which bits of the Str.State integer these Attrs will override when it is applied
Which bits of the Str.State integer these Attrs will override when it is applied
Attributes
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.
Attributes