Files
llvm/lldb/source/Host
Kiva ca0866bf6d [LLDB][Editline] empty current line before el_wgets (#165830)
This PR fixes #157637 by printing ANSI sequence "\r\x1b[K" to empty the
line before calling to `el_wgets`. Later when `el_wgets` prints the real
prompt, all wrongly printed characters are removed from the terminal.
2025-11-07 11:40:38 +08:00
..