[Lldb-commits] [lldb] [lldb] Correctly restore the cursor column after resizing the statusline (PR #145823)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 01:23:45 PDT 2025
labath wrote:
Okay, I think I see the source of confusion. I was expecting the terminal to keep the status line at the bottom of the screen after a resize (just like it does with regular text), but my terminal (XFCE) at least simply discards it when decreasing the window size. It makes kind of sense, I guess, but it means my idea won't work. I think the other patch is a good solution to this problem.
https://github.com/llvm/llvm-project/pull/145823
More information about the lldb-commits
mailing list