Property definitions

console $ TermEraseDisplayUp :: defaultinit
# ANSI/VT100 code to clear from the cursor to the beginning of the screen (ED 1).
class TermEraseDisplayUp
	super TermEscape
	redef fun to_s do return "{csi}1J"
end
lib/console/console.nit:126,1--130,3