We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184493d commit 76dbaefCopy full SHA for 76dbaef
src/AnsiEscapeSequences.php
@@ -32,14 +32,9 @@ class AnsiEscapeSequences
32
public const MOVE_CURSOR_DOWN_2 = "\033[2B";
33
34
/**
35
- * Erase to the end of the line on 2 lines
+ * Erase to the end of the line
36
*/
37
- public const ERASE_TO_LINE_END_1 = "\033[2A";
38
-
39
- /**
40
41
- */
42
- public const ERASE_TO_LINE_END_2 = "\033[2A";
+ public const ERASE_TO_LINE_END = "\033[K";
43
44
45
* Clear the screen, move to (0,0)
0 commit comments