Lines Matching refs:Erase
2826 # 'Erase to End of Field'... since nothing seems to use 'end' anyways...
15524 # Erase to end of line ESC,T
15525 # Erase to end of page ESC,Y
15526 # Erase screen SUB
24422 # EA Erase in Area \E [ Ps O 0 eF - (J)
24423 # ECH Erase Character \E [ Pn X 1 eF ech
24424 # ED Erase in Display \E [ Ps J 0 eF ed (J)
24425 # EF Erase in Field \E [ Ps N 0 eF -
24426 # EL Erase in Line \E [ Ps K 0 eF el (J)
24598 # (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters:
24813 # Erase from cursor to end of line Esc [ 0 K or Esc [ K
24814 # Erase from beginning of line to cursor Esc [ 1 K
24815 # Erase line containing cursor Esc [ 2 K
24816 # Erase from cursor to end of screen Esc [ 0 J or Esc [ J
24817 # Erase from beginning of screen to cursor Esc [ 1 J
24818 # Erase entire screen Esc [ 2 J