[Lldb-commits] [lldb] [lldb] Recompute the statusline on resize without clearing the screen (PR #202691)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 10 02:00:09 PDT 2026


labath wrote:

Not sure what's the problem, but the lldb prompt ends up drawn inside the status line when reducing the window height. It doesn't happen always (I think it depends on the position of the prompt and how fast I resize the window), but I can reliably reproduce it when the cursor is at the bottom of the scroll window, and I reduce the height by one:

Before:
<img width="817" height="482" alt="before" src="https://github.com/user-attachments/assets/878bcaa0-bbd4-449a-8e67-40a0d973fb07" />
After:
<img width="817" height="463" alt="after" src="https://github.com/user-attachments/assets/1a50bef0-3dce-4032-8311-ff3088513fe9" />


FWIW, this is xfce4-terminal 1.2.0

https://github.com/llvm/llvm-project/pull/202691


More information about the lldb-commits mailing list