magiblot / turbo

An experimental text editor based on Scintilla and Turbo Vision.
Other
442 stars 35 forks source link

artifacts during window resize #69

Open ghost opened 5 months ago

ghost commented 5 months ago

When making the window smaller artifacts start from top left corner. When making window larger artifacts start from top right corner.

Naamloos-1
magiblot commented 5 months ago

Hi @rechterplank!

I'm afraid this is a problem in the terminal emulator. I guess you are using the native Windows Console?

I do observe such artifacts while resizing, although they go away when I stop (Windows 10).

What version of Windows are you using? Can you provide the Windows build number?

ghost commented 5 months ago

@magiblot

Windows 10 native console, build 19045.3930, Dell XPS 15 9570

Artifacts are visible on both intel integrated and nvidia GPU.

Really like this project.

ghost commented 5 months ago

@magiblot

Just tried something ...

Using dutch language version so don't know how its called in english language version.

But when I deselect "Tekstterugloopuitvoer bij formaat wijzigen" in properties the artifacts are gone.

Maybe this can be made the default when creating the window ?

Naamloos-2
magiblot commented 5 months ago

Unfortunately, I believe there's nothing that can be done from the application. I have not found a way to change that setting through the Win32 Console API.