-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed as not planned
Labels
lldbquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
Pressing CMD+K (CTRL-K) tells the terminal emulator to clear the scrollback buffer. This effectively moves up everything on screen so active line is at the top. This breaks the statusline, as it gets moved up, without lldb knowing about it and being given the chance to clear it. Based on what I can find online, this is handled by the terminal emulator and there's no way to intercept it from the inferior.
It seems like this is a problem even for applications using curses (like vim and htop). So maybe this is NTBF? Using CTRL-L does behave correctly.
Metadata
Metadata
Assignees
Labels
lldbquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!