Lines Matching full:esc
1329 * Esc [ 0 K Erase from current position to end of line inclusive
1330 * Esc [ 1 K Erase from beginning of line to current position inclusive
1331 * Esc [ 2 K Erase entire line (without moving cursor)
1359 * Esc [ 0 J Erase from current position to bottom of screen inclusive
1360 * Esc [ 1 J Erase from top of screen to current position inclusive
1361 * Esc [ 2 J Erase entire screen (without moving the cursor)
1391 * Esc [ <attr> ; <attr> ; ... m
1469 * Esc 7 Save Cursor Position
1470 * Esc 8 Restore Cursor Position
1471 * Esc [ Pn ; Pn ; .. m Set attributes
1472 * Esc [ Pn ; Pn H Cursor Position
1473 * Esc [ Pn ; Pn f Cursor Position
1474 * Esc [ Pn A Cursor Up
1475 * Esc [ Pn B Cursor Down
1476 * Esc [ Pn C Cursor Forward
1477 * Esc [ Pn D Cursor Backward
1478 * Esc [ Pn G Cursor Horizontal Absolute
1479 * Esc [ Pn X Erase Characters
1480 * Esc [ Ps J Erase in Display
1481 * Esc [ Ps K Erase in Line