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

SEE: TermCharFormat

Property definitions

console :: console $ Text :: green
	# Make the text appear in green in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun green: String do return apply_format(normal.green_fg)
lib/console/console.nit:306,2--309,58