Apply a white background and return self.

Property definitions

console $ TermCharFormat :: white_bg
	# Apply a white background and return `self`.
	fun white_bg: TermCharFormat do return apply("47")
lib/console/console.nit:279,2--280,51