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 46fe057 commit 448dc22Copy full SHA for 448dc22
lldb/source/Core/Statusline.cpp
@@ -118,6 +118,7 @@ void Statusline::UpdateScrollWindow(ScrollWindowMode mode) {
118
break;
119
case ResizeStatusline:
120
// Clear the screen and update the scroll window.
121
+ // FIXME: Find a better solution (#146919).
122
locked_stream << ANSI_CLEAR_SCREEN;
123
locked_stream.Printf(ANSI_SET_SCROLL_ROWS, reduced_scroll_window);
124
0 commit comments