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

SEE: TermCharFormat

Property definitions

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