Property definitions

console $ TermRestoreCursor :: defaultinit
# ANSI/VT100 code to restore the current cursor position (RCP).
class TermRestoreCursor
	super TermEscape
	redef fun to_s do return "{csi}u"
end
lib/console/console.nit:165,1--169,3