Apply the default background and return self.

Property definitions

console $ TermCharFormat :: default_bg
	# Apply the default background and return `self`.
	fun default_bg: TermCharFormat do return apply("49")
lib/console/console.nit:282,2--283,53