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