rawPrint

fun rawPrint(message: String, stderr: Boolean = false)

Print a message to the terminal without parsing or rendering it.

This is useful if you want to print ANSI escape codes manually.