console :: TermClearLine :: defaultinit
# ANSI/VT100 code to clear everything in the current line (EL 2). class TermClearLine super TermEscape redef fun to_s do return "{csi}2K" end