console :: TermEraseLineFoward :: defaultinit
# ANSI/VT100 code to erase anything after the cursor in the line (EL 0). class TermEraseLineFoward super TermEscape redef fun to_s do return "{csi}K" end