Property definitions

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