Add the attribute that disable blinking and return self.

Property definitions

console $ TermCharFormat :: steady
	# Add the attribute that disable blinking and return `self`.
	fun steady: TermCharFormat do return apply("25")
lib/console/console.nit:225,2--226,49