Add the attribute that disable reverse video and return self.

Property definitions

console $ TermCharFormat :: positive
	# Add the attribute that disable reverse video and return `self`.
	fun positive: TermCharFormat do return apply("27")
lib/console/console.nit:228,2--229,51