Property definitions

console $ TermClearLine :: defaultinit
# ANSI/VT100 code to clear everything in the current line (EL 2).
class TermClearLine
	super TermEscape
	redef fun to_s do return "{csi}2K"
end
lib/console/console.nit:153,1--157,3