Make the text appear in red in a ANSI/VT100 terminal.

SEE: TermCharFormat

Property definitions

console :: console $ Text :: red
	# Make the text appear in red in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun red: String do return apply_format(normal.red_fg)
lib/console/console.nit:301,2--304,54