CRT effect bleeds from right side when terminal window padded #6787

Closed
opened 2026-01-31 00:47:14 +00:00 by claunia · 2 comments
Owner

Originally created by @idlelimey on GitHub (Mar 9, 2020).

Environment

Windows build number: Windows 10 1909 18363.657
Windows Terminal version (if applicable): 0.9.433.0
Any other software? No.

Steps to reproduce

Use the following settings and then run a new tab.

        {
            "useAcrylic": true,
            "acrylicOpacity" : 0.9,
            "experimental.retroTerminalEffect": true,
            "background": "#000",
            "foreground": "#ffffff",
            "fontFace": "Cascadia Code",
            "fontSize": 10,
            "padding": "40",
            "cursorColor" : "#a4d816",
            "cursorShape": "filledBox"
        }

Expected behavior

CRT effect should not bleed in from the right. See screenshot.

Actual behavior

Notice that the blur from the CRT effect bleeds in from the right hand side of the terminal window.

Not the end of the world but worth pointing out. I suspect this is due to the padding on the tab window.

image

Originally created by @idlelimey on GitHub (Mar 9, 2020). # Environment ```none Windows build number: Windows 10 1909 18363.657 Windows Terminal version (if applicable): 0.9.433.0 Any other software? No. ``` # Steps to reproduce Use the following settings and then run a new tab. ``` { "useAcrylic": true, "acrylicOpacity" : 0.9, "experimental.retroTerminalEffect": true, "background": "#000", "foreground": "#ffffff", "fontFace": "Cascadia Code", "fontSize": 10, "padding": "40", "cursorColor" : "#a4d816", "cursorShape": "filledBox" } ``` # Expected behavior CRT effect should not bleed in from the right. See screenshot. # Actual behavior Notice that the blur from the CRT effect bleeds in from the right hand side of the terminal window. Not the end of the world but worth pointing out. I suspect this is due to the padding on the tab window. ![image](https://user-images.githubusercontent.com/10774334/76196723-a52e4e80-61e2-11ea-9342-0e2330530b51.png)
claunia added the Resolution-Duplicate label 2026-01-31 00:47:14 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Mar 9, 2020):

Thanks for the report! This one's actually already fixed in master, but hasn't been pushed out quite yet. This is being tracked by #4362, and was fixed in #4716

/dup #4362

@zadjii-msft commented on GitHub (Mar 9, 2020): Thanks for the report! This one's actually already fixed in master, but hasn't been pushed out quite yet. This is being tracked by #4362, and was fixed in #4716 /dup #4362
Author
Owner

@ghost commented on GitHub (Mar 9, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Mar 9, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6787