Apply a red background and return self.

Property definitions

console $ TermCharFormat :: red_bg
	# Apply a red background and return `self`.
	fun red_bg: TermCharFormat do return apply("41")
lib/console/console.nit:261,2--262,49