Property definitions

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