Apply the specified SGR and return self.

Property definitions

console $ TermCharFormat :: apply
	# Apply the specified SGR and return `self`.
	private fun apply(sgr: String): TermCharFormat do
		attributes.add(sgr)
		return self
	end
lib/console/console.nit:198,2--202,4