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 739191e commit df0281fCopy full SHA for df0281f
lldb/source/Core/Statusline.cpp
@@ -24,8 +24,6 @@
24
#define ANSI_SAVE_CURSOR ESCAPE "7"
25
#define ANSI_RESTORE_CURSOR ESCAPE "8"
26
#define ANSI_CLEAR_BELOW ESCAPE "[J"
27
-#define ANSI_CURSOR_DOWN ESCAPE "[B"
28
-#define ANSI_CLEAR_LINE ESCAPE "[2K"
29
#define ANSI_SET_SCROLL_ROWS ESCAPE "[0;%ur"
30
#define ANSI_TO_START_OF_ROW ESCAPE "[%u;0f"
31
#define ANSI_REVERSE_VIDEO ESCAPE "[7m"
0 commit comments