AnsiEffect

object AnsiEffect

Properties

Link copied to clipboard
const val BLINK: String

Enable blinking text.

Link copied to clipboard
const val BLINK_OFF: String

Disable blinking text.

Link copied to clipboard
const val BOLD: String

Enable bold text.

Link copied to clipboard
const val BOLD_OFF: String

Disable bold text.

Link copied to clipboard
const val DIM: String

Enable dim text.

Link copied to clipboard
const val DIM_OFF: String

Disable dim text.

Link copied to clipboard
const val FAST_BLINK: String

Enable fast blinking text.

Link copied to clipboard
const val INVERSE: String

Enable inverse color text.

Link copied to clipboard
const val INVERSE_OFF: String

Disable inverse color text.

Link copied to clipboard
const val ITALIC: String

Enable italic text.

Link copied to clipboard
const val ITALIC_OFF: String

Disable italic text.

Link copied to clipboard
const val STRIKE: String

Enable strike text.

Link copied to clipboard
const val STRIKE_OFF: String

Disable strike text.

Link copied to clipboard
const val UNDERLINE: String

Enable underline text.

Link copied to clipboard
const val UNDERLINE_OFF: String

Disable underline text.