Package-level declarations

Types

Link copied to clipboard
data class CellAttributes(val foreground: CellColor = CellColor.DEFAULT, val background: CellColor = CellColor.DEFAULT, val underlineColor: CellColor = CellColor.DEFAULT, val bold: Boolean = false, val faint: Boolean = false, val italic: Boolean = false, val underlineStyle: UnderlineStyle = UnderlineStyle.NONE, val strikethrough: Boolean = false, val overline: Boolean = false, val blink: Boolean = false, val inverse: Boolean = false, val conceal: Boolean = false, val selectiveEraseProtected: Boolean = false, val hyperlinkId: Int = 0)

Public representation of cell attributes for UI/rendering.

Link copied to clipboard
data class CellColor(val kind: CellColorKind, val value: Int = 0)

Renderer-facing color descriptor for a cell attribute.

Link copied to clipboard
Link copied to clipboard

SGR underline style stored in the extended cell attribute word.