Property definitions

console $ TermSaveCursor :: defaultinit
# ANSI/VT100 code to save the current cursor position (SCP).
class TermSaveCursor
	super TermEscape
	redef fun to_s do return "{csi}s"
end
lib/console/console.nit:159,1--163,3