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

SEE: TermCharFormat

Property definitions

console :: console $ Text :: cyan
	# Make the text appear in cyan in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun cyan: String do return apply_format(normal.cyan_fg)
lib/console/console.nit:326,2--329,56