[Lldb-commits] [lldb] [lldb] Correctly restore the cursor column after resizing the statusline (PR #145823)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 26 01:58:34 PDT 2025
https://github.com/DavidSpickett commented:
So if I understand correctly, the newline acts like `\n` and `\r`. `\n` moves the cursor down one line and `\r` moves it to the start of that line.
You're undoing the `\n` by moving up one row, and the `\r` by restoring the column position.
https://github.com/llvm/llvm-project/pull/145823
More information about the lldb-commits
mailing list