Copies the attributes from the specified format.

Property definitions

console $ TermCharFormat :: from
	# Copies the attributes from the specified format.
	init from(format: TermCharFormat) do
		attributes.add_all(format.attributes)
	end
lib/console/console.nit:191,2--194,4