To repro, run this on Windows (e.g. in powershell):
section {
for (i in 0..50) { // or larger if necessary
textLine("Line #${i + 1}")
}
input()
}.runUntilInputEntered()
Is there a way we can issue different commands for repainting a section to avoid this on Windows?