Apply a red foreground and return self.

Property definitions

console $ TermCharFormat :: red_fg
	# Apply a red foreground and return `self`.
	fun red_fg: TermCharFormat do return apply("31")
lib/console/console.nit:234,2--235,49