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