Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete keyframe animations when occluded on Windows 11 #12820

Merged
1 commit merged into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Autocomplete keyframe animations when occluded on Windows 11

    On certain builds of Windows, when Terminal is set as the default it
    will accumulate an unbounded amount of queued animations while the
    screen is off and it is servicing window management for console
    applications.
    
    This results in Terminal hanging when left overnight, as it has millions
    of animations to process.
    
    The new call into TerminalThemeHelpers will tell our compositor to
    automatically complete animations that are scheduled while the screen is
    off.
    
    Fixes MSFT-38506980
    DHowett committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4d62376 View commit details
    Browse the repository at this point in the history