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

SEE: TermCharFormat

Property definitions

console :: console $ Text :: yellow
	# Make the text appear in yellow in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun yellow: String do return apply_format(normal.yellow_fg)
lib/console/console.nit:311,2--314,60