Ctx

data class Ctx(val width: Int, val leftOffset: Int, val indentCount: Int, val indentStep: Int, val literalColor: Attrs, val applyPrefixColor: Attrs)

Constructors

Link copied to clipboard
constructor(width: Int, leftOffset: Int, indentCount: Int, indentStep: Int, literalColor: Attrs, applyPrefixColor: Attrs)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int