Ansi

object Ansi

Constants for console formatting with ANSI codes. They can be used in strings to enable or disable a display option.

Properties

Link copied to clipboard
const val CSI: String

Control Sequence Introducer.

Link copied to clipboard
const val OSC: String

Operating System Command.

Link copied to clipboard
val REGEX: Regex

Regex that matches ANSI escape sequences.

Link copied to clipboard
const val RESET: String

Disable all options applied before.

Link copied to clipboard
const val ST: String

String Terminator.