Apply a green background and return self.

Property definitions

console $ TermCharFormat :: green_bg
	# Apply a green background and return `self`.
	fun green_bg: TermCharFormat do return apply("42")
lib/console/console.nit:264,2--265,51