Skip to content

Windows flickers if the content being redrawn is larger than the entire screen #94

@bitspittle

Description

@bitspittle

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?

Metadata

Metadata

Assignees

Labels

OSRelated to one OS specifically (probably Windows...)bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions