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