Make the text appear in bold in a ANSI/VT100 terminal.

SEE: TermCharFormat

Property definitions

console :: console $ Text :: bold
	# Make the text appear in bold in a ANSI/VT100 terminal.
	#
	# SEE: `TermCharFormat`
	fun bold: String do return apply_format(normal.bold)
lib/console/console.nit:336,2--339,53