Skip to content

Commit dfeb6ee

Browse files
author
git apple-llvm automerger
committed
Merge commit '55b95151d2a6' from llvm.org/main into next
2 parents b9cc50b + 55b9515 commit dfeb6ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Core/Statusline.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ void Statusline::Draw(std::string str) {
7575
locked_stream << ANSI_SAVE_CURSOR;
7676
locked_stream.Printf(ANSI_TO_START_OF_ROW,
7777
static_cast<unsigned>(m_terminal_height));
78-
locked_stream << ANSI_CLEAR_LINE;
7978
locked_stream << str;
8079
locked_stream << ANSI_NORMAL;
8180
locked_stream << ANSI_RESTORE_CURSOR;

0 commit comments

Comments
 (0)