Lines Matching full:esc
1386 * Esc [ 0 K Erase from current position to end of line inclusive
1387 * Esc [ 1 K Erase from beginning of line to current position inclusive
1388 * Esc [ 2 K Erase entire line (without moving cursor)
1427 * Esc [ 0 J Erase from current position to bottom of screen inclusive
1428 * Esc [ 1 J Erase from top of screen to current position inclusive
1429 * Esc [ 2 J Erase entire screen (without moving the cursor)
1463 * Esc [ <attr> ; <attr> ; ... m
1547 * Esc 7 Save Cursor Position
1548 * Esc 8 Restore Cursor Position
1549 * Esc [ Pn ; Pn ; .. m Set attributes
1550 * Esc [ Pn ; Pn H Cursor Position
1551 * Esc [ Pn ; Pn f Cursor Position
1552 * Esc [ Pn A Cursor Up
1553 * Esc [ Pn B Cursor Down
1554 * Esc [ Pn C Cursor Forward
1555 * Esc [ Pn D Cursor Backward
1556 * Esc [ Pn G Cursor Horizontal Absolute
1557 * Esc [ Pn X Erase Characters
1558 * Esc [ Ps J Erase in Display
1559 * Esc [ Ps K Erase in Line