Skip to content

Commit 448dc22

Browse files
committed
Add FIXME
1 parent 46fe057 commit 448dc22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Core/Statusline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ void Statusline::UpdateScrollWindow(ScrollWindowMode mode) {
118118
break;
119119
case ResizeStatusline:
120120
// Clear the screen and update the scroll window.
121+
// FIXME: Find a better solution (#146919).
121122
locked_stream << ANSI_CLEAR_SCREEN;
122123
locked_stream.Printf(ANSI_SET_SCROLL_ROWS, reduced_scroll_window);
123124
break;

0 commit comments

Comments
 (0)