Add the attribute that disable underlining and return self.

Property definitions

console $ TermCharFormat :: not_underlined
	# Add the attribute that disable underlining and return `self`.
	fun not_underlined: TermCharFormat do return apply("24")
lib/console/console.nit:222,2--223,57