Skip to content
Snippets Groups Projects
Commit 7b288a22 authored by gwenn's avatar gwenn
Browse files

Misc

parent 187321e4
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ impl Renderer for PosixRenderer {
}
// clear old rows
for _ in 0..old_rows {
ab.push_str("\r\x1b[0K\x1b[1A");
ab.push_str("\r\x1b[0K\x1b[A");
}
// clear the line
ab.push_str("\r\x1b[0K");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment