Apply normal (default) format and return self.

Property definitions

console $ TermCharFormat :: default
	# Apply normal (default) format and return `self`.
	fun default: TermCharFormat do return apply("0")
lib/console/console.nit:204,2--205,49