Property definitions

console $ TermEraseLineFoward :: defaultinit
# ANSI/VT100 code to erase anything after the cursor in the line (EL 0).
class TermEraseLineFoward
	super TermEscape
	redef fun to_s do return "{csi}K"
end
lib/console/console.nit:141,1--145,3