Qingtian

Results 166 comments of Qingtian

Significant work needs to be done to fix it, as the CLI console cannot handle multiline string properly.

`line` is assumed to be a single line string in function [refresh](https://github.com/red/red/blob/c0a87fbe6b9813bdeb4cdea2e41512bb718fafa4/environment/console/CLI/input.red#L336).

I think it's a lack of resources. I'll see how to add support for it.

I think the black frame is the shadow of the window. We capture the window (by using [PrintWindow](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-printwindow)) to a bitmap. While a bitmap cannot encode transparent color properly, it...

It's a limitation of the PrintWindow API. https://github.com/microsoft/WindowsCompositionSamples/issues/358