mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
This reverts commit 71a5d83067
.
The commit introduced major flickering when working with LiveRenderables
Fixes #1466
This commit is contained in:

committed by
Patrik Svensson

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