Apply underlining and return self.

Property definitions

console $ TermCharFormat :: underline
	# Apply underlining and return `self`.
	fun underline: TermCharFormat do return apply("4")
lib/console/console.nit:210,2--211,51