mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-15 09:05:33 +08:00
This commit is contained in:

committed by
Patrik Svensson

parent
35ce60b596
commit
71a5d83067
@@ -49,7 +49,7 @@ internal sealed class LiveRenderable : Renderable
|
||||
}
|
||||
|
||||
var linesToMoveUp = _shape.Value.Height - 1;
|
||||
return new ControlCode("\r" + CUU(linesToMoveUp));
|
||||
return new ControlCode("\r" + (EL(2) + CUU(1)).Repeat(linesToMoveUp));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user