Apply reverse video and return self.

Property definitions

console $ TermCharFormat :: inverse
	# Apply reverse video and return `self`.
	fun inverse: TermCharFormat do return apply("7")
lib/console/console.nit:216,2--217,49