https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/141770
None >From 8966332b1382d8484078103e04290006ba91812a Mon Sep 17 00:00:00 2001 From: David Spickett <david.spick...@linaro.org> Date: Wed, 28 May 2025 14:14:39 +0000 Subject: [PATCH] [lldb] Remove unused escape code defines from status line --- lldb/source/Core/Statusline.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Core/Statusline.cpp b/lldb/source/Core/Statusline.cpp index e14691e2538a2..8b3c8d1ccfa80 100644 --- a/lldb/source/Core/Statusline.cpp +++ b/lldb/source/Core/Statusline.cpp @@ -24,8 +24,6 @@ #define ANSI_SAVE_CURSOR ESCAPE "7" #define ANSI_RESTORE_CURSOR ESCAPE "8" #define ANSI_CLEAR_BELOW ESCAPE "[J" -#define ANSI_CURSOR_DOWN ESCAPE "[B" -#define ANSI_CLEAR_LINE ESCAPE "[2K" #define ANSI_SET_SCROLL_ROWS ESCAPE "[0;%ur" #define ANSI_TO_START_OF_ROW ESCAPE "[%u;0f" #define ANSI_REVERSE_VIDEO ESCAPE "[7m" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits