Skip to content

CellAttrs

[Source]

Bitfield constants for cell text attributes.

primitive val CellAttrs

Constructors

create

[Source]

new val create()
: CellAttrs val^

Returns


Public Functions

bold

[Source]

Bold attribute bit.

fun box bold()
: U8 val

Returns


dim

[Source]

Dim attribute bit.

fun box dim()
: U8 val

Returns


underline

[Source]

Underline attribute bit.

fun box underline()
: U8 val

Returns


[Source]

Blink attribute bit.

fun box blink()
: U8 val

Returns


reverse

[Source]

Reverse video attribute bit.

fun box reverse()
: U8 val

Returns


eq

[Source]

fun box eq(
  that: CellAttrs val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: CellAttrs val)
: Bool val

Parameters

Returns