[Lldb-commits] [lldb] [lldb] Correctly restore the cursor column after resizing the statusline (PR #146132)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 30 10:04:26 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r HEAD~1...HEAD lldb/test/API/functionalities/statusline/TestStatusline.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestStatusline.py 2025-06-30 17:01:06.000000 +0000
+++ TestStatusline.py 2025-06-30 17:03:57.611022 +0000
@@ -116,7 +116,5 @@
# Check for the newline followed by the escape code to move the cursor
# up one line.
self.child.expect(re.escape("\n\x1b[1A"))
# Check for the escape code to move the cursor back to column 8.
self.child.expect(re.escape("\x1b[8G"))
-
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/146132
More information about the lldb-commits
mailing list