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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits