================
@@ -102,20 +103,36 @@ void Statusline::UpdateScrollWindow(ScrollWindowMode 
mode) {
   const unsigned scroll_height =
       (mode == DisableStatusline) ? m_terminal_height : m_terminal_height - 1;
 
+  CursorPosition cursor_position = m_debugger.GetIOHandlerCursorPosition();
----------------
JDevlieghere wrote:

I tried to do it before locking the output stream, but this is pretty cheap so 
I can move it down.

https://github.com/llvm/llvm-project/pull/145823
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to